3 Answers, 1 is accepted
0
Hello Parthi,
How do you populate the report? If you have set its DataSource property to the dataset in question and you have a report item (textbox or other) placed in the detail section of the report and set to the field holding the records, then all of them would be displayed. If you have the item in another section (e.g. group section), then First aggregate function is used on the field and it is normal to see a single record only. More info on the report sections is available in this help article: Understanding Report Sections.
Greetings,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
How do you populate the report? If you have set its DataSource property to the dataset in question and you have a report item (textbox or other) placed in the detail section of the report and set to the field holding the records, then all of them would be displayed. If you have the item in another section (e.g. group section), then First aggregate function is used on the field and it is normal to see a single record only. More info on the report sections is available in this help article: Understanding Report Sections.
Greetings,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0

Parthi
Top achievements
Rank 1
answered on 24 Jun 2009, 01:16 PM
Hi Steve,
Thank you for your prompt reply.
Sorry for the delay in replying for the post. I have followed your tips, but it is showing only one data in telerik reportviewer. And i have one dataset in which more than 35 records are retrieved and i want to show all records. How will i show all the records in telerik report viewer?
Notes :
Step 1 : I am using web application.
Step 2 : I have designed and i will put the my content in detailsection area.
Step 3: Finished the coding part and i got more than 35 records in my dataset.
Step 4: That rdl file is called in telerik reportviewer, but it is showing only one record.
Step 5: How do i show all the records in telerik reportviewer?
Please send me sample code............. Thank you very much in advance.
Regards,
Parthiban.
Thank you for your prompt reply.
Sorry for the delay in replying for the post. I have followed your tips, but it is showing only one data in telerik reportviewer. And i have one dataset in which more than 35 records are retrieved and i want to show all records. How will i show all the records in telerik report viewer?
Notes :
Step 1 : I am using web application.
Step 2 : I have designed and i will put the my content in detailsection area.
Step 3: Finished the coding part and i got more than 35 records in my dataset.
Step 4: That rdl file is called in telerik reportviewer, but it is showing only one record.
Step 5: How do i show all the records in telerik reportviewer?
Please send me sample code............. Thank you very much in advance.
Regards,
Parthiban.
0
Hi Parthi,
Note that Telerik web ReportViewer is a control designed specifically to show Telerik Reports and you would not be able to set different report to it i.e. what is the rdl file you talk about in Step 4? If this is a SSRS report, then you would not be able to proceed.
Otherwise there is no reason why this would not work and I've attached a sample report that shows all values from a certain field in the detail section of the report.
Sincerely yours,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Note that Telerik web ReportViewer is a control designed specifically to show Telerik Reports and you would not be able to set different report to it i.e. what is the rdl file you talk about in Step 4? If this is a SSRS report, then you would not be able to proceed.
Otherwise there is no reason why this would not work and I've attached a sample report that shows all values from a certain field in the detail section of the report.
Sincerely yours,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.