Telerik Forums
Reporting Forum
1 answer
117 views
When I am using the telerik report viewer and filling it with a dataset using a stored procedure, do I need to close the connections when the person leaves the page or is it done automatically with report viewer. I just want to know if I have to handle that so I dont put a big load on the server because a bunch of reports were ran and not closed. Also what do I need to do that.
Steve
Telerik team
 answered on 10 Sep 2008
1 answer
102 views
Hi,
This wont work! :(
ASPX:
protected void Page_Load(object sender, EventArgs e) 
        { 
            //Response.Write(TaskBL.GetSimpleReport(PageInfo.CurrentObjectId).Count.ToString()); 
 
            PPS.Report.SimpleTaskReport rep = new SimpleTaskReport(); 
            rep.ObjectId = PageInfo.CurrentObjectId; 
            ReportViewer1.Report = rep; 
 
        } 

REPORT.CS:
public partial class SimpleTaskReport : Telerik.Reporting.Report 
    { 
        public Guid ObjectId { getset; } 
 
        public SimpleTaskReport() 
        { 
            /// <summary> 
            /// Required for telerik Reporting designer support 
            /// </summary> 
            InitializeComponent(); 
 
             
            TaskBL taskBL = new TaskBL(); 
            this.DataSource = taskBL.GetSimpleReport(ObjectId); 
 
        } 

The report isn't showing any result.
(but the response.write says 14)

Mattias
Top achievements
Rank 1
 answered on 10 Sep 2008
1 answer
114 views
Is there a way of disabling visible property of a field?
I couldn't see anything in conditiaonal formating.

For example in an invoice when there is no order number then the invoice would lok much cleaner if this is not displayed.



Steve
Telerik team
 answered on 10 Sep 2008
2 answers
342 views
If a certain data field is blank, I want to surpress the caption text box and the data field text box to reclaim that space on the report.  Right now, I am using conditional formatting to hide the text boxes but blank spaces remain.

Is thare any way to surpress those items so the data element under them will move up and use that space?
NY Norton
Top achievements
Rank 1
 answered on 10 Sep 2008
1 answer
127 views
I have a simple report with a Page Header section and a Detail section.  The report shows only one row of data, however there is a LOT of text data to display.  There are approximately 7 text boxes in the detail section, and each might have a few paragraphs of text.  On average the text will span 3 or 4 pages (8.5 x 11) when printed. 

The problem I'm having is that the report is rendered as one long page with a single header/footer instead of 3 or 4 separate pages each with its own header/footer.

How can I get the report to render a page header/footer for each printed page?

Thanks
Jeremy
Steve
Telerik team
 answered on 10 Sep 2008
1 answer
202 views

Hello Guys,

I just started to play with the Barcode object and I love that it can utilize soo many barcode types but I was trying to find a way to use it in my winforms directly.

For example, I’d like to be able to pass in the barcode type, value, and have it give me a binary stream so I can save it elsewhere or show it in a picture box.

Is there any way to do this *without* creating a report, using a data source and using the report viewer?

I tried just about everything you can think of after following this example http://www.telerik.com/help/reporting/programmaticexportingareport.html  but it seems to be a bit much just to export/view a barcode.

C# .NET 2008,
NET Framework 3.0,
Telerik Controls 2008 Q2 SP1

Svetoslav
Telerik team
 answered on 10 Sep 2008
2 answers
113 views
I have try to create a label with the Reporting tool.  the problem that I am having is it is not listening to the margins I put. Also, one of the lines is not aligning to the left when it prints. It is aligned correctly when viewing it.

Click here
John Giblin
Top achievements
Rank 1
 answered on 09 Sep 2008
1 answer
155 views
Hi Team,$0Can you please mention the maximum number of nested sub-reports or rather we can say levels of sub-reports that we can have in the reporting control?$0$0$0$0$0Thanks in advance.$0$0Vinay$0
Steve
Telerik team
 answered on 09 Sep 2008
11 answers
1.1K+ views
Hi, do you have any information on the 'The handle is invalid' error being generated by a Telerik.Reporting.Processing.ReportProcessor.Print call.  I use default settings in the PrintDocument Object.  The call only fails on a Windows 2003 machine, working flawlessly on a Windows XP machine.  I'm not sure what other info I can provide.

Geoff
Issa
Top achievements
Rank 1
 answered on 09 Sep 2008
4 answers
205 views
I have a ReportViewer on a web page that is set up to view a specific report.   The report has a DocumentName of

= "ReportName-" + Format("{0:yyyy-MM-dd}", Now())

It returns something like ReportName-2008-09-08 when the report is exported.  If I do this on the page with the ReportViewer:

Page.Title = ReportViewer1.Report.DocumentName;

the page's title is set to the expression and not the expression after it is evaluated.  Is there any way to get the evaluated version of that expression in the page codebehind?  Is this a place where I should use a public user-defined function instead?  I'm new to playing with the
Steve
Telerik team
 answered on 09 Sep 2008
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?