This is a migrated thread and some comments may be shown as answers.

How to use Telerik Reporting

3 Answers 228 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Revathy
Top achievements
Rank 1
Revathy asked on 18 May 2007, 12:30 PM
Hi All,

I am very new to Telerik Reporting. I dont know how to use this control. Please give me a demonstartion link that shows how to generate reports

3 Answers, 1 is accepted

Sort by
0
Vassil Petev
Telerik team
answered on 18 May 2007, 12:47 PM
Hi Revathy,

We do not have a link we can give you, but you can review the documentation - it is through enough to get you started. In case you have any questions during your tests, please write back and we will do our best to help you.


Kind regards,
Rob
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Revathy
Top achievements
Rank 1
answered on 29 May 2007, 12:53 PM
Hai,

I am using asp.net web application for telerik reporting. I cannot set the datasource property through the design pane. so I set it in the constructor. In the reportviewer control report property I set my report. But in the output form I can display only one row per page. I dont know how to display multiple rows per page. Please give me a solution.
0
Chavdar
Telerik team
answered on 30 May 2007, 04:42 PM
Hi Revathy,

The Detail sections are placed consecutively (by default) on the page as long as there is enough available space for them. When the empty space on the page comes to the end, then a new page is created and the details continue rendering on the new page.

In your case, a possible reason for the problem can be that the detail section is too large for more than one detail to fit on a single page. This forces the rendering mechanism to create a page per detail. You may try to decrease the height of the detail section in this case.

The problem may also arise if you have set PageBreak.After for the detail section. This setting will also make details render per page.

If these suggestions don't help, please send us the report files so that we can investigate the exact problem. You can send us the files in a new support ticket.
 

Regards,
Chavdar
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Revathy
Top achievements
Rank 1
Answers by
Vassil Petev
Telerik team
Revathy
Top achievements
Rank 1
Chavdar
Telerik team
Share this question
or