Telerik Forums
Reporting Forum
3 answers
159 views
Is there a way to adjust the paging in the Telerik Reports. For example can I have it display 300 records, or not use paging at all.
Steve
Telerik team
 answered on 12 Sep 2008
8 answers
483 views
Is it possible to create an embeded SQL statement that is created based on what the user selects, and then attaching it as the datasource to the report?

Something like:

string SQL = "Select CustomerID, CustomerName from Customer where CustomerID = 1 and CustomerID = 3 and CustomerID = 8"

report1.datasource = SQL;
tony
Top achievements
Rank 1
 answered on 11 Sep 2008
4 answers
314 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
123 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
106 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
119 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
358 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
138 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
208 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
118 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
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?