Telerik Forums
Reporting Forum
4 answers
267 views
I have some input box which allow user input data, and then I create dynamic SQL select command , How do i put my SQL select command back to Report (such like reportviewer1...), and force this report to Fill data? I can not use parameter for SQL because these input data is too complicate. 

tony
Top achievements
Rank 1
 answered on 11 Sep 2008
1 answer
103 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
81 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
93 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
307 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
107 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
181 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
93 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
141 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.0K+ 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
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?