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

Show datatable rows in different pages

1 Answer 80 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mike Treat
Top achievements
Rank 1
Mike Treat asked on 12 Apr 2010, 05:10 PM
hi Telerik Team,

I have an issue with telerik reporting.

I have a datatable containing columns  ID, Name, Address and other details. I want to show each row of this datatable in each pages.
for example.
ID        Name        Address
---------------------------------
1        name1        address1
2        name2        address2
3        name3        address 3
 I set the datatable as datasource in report.cs class and in design I added textboxes with =Fields.ID, =Fields.Name and =Fields.Address. I was able to get the whole 3 values in a single page. What I need now is I want to show these 3 rows in 3 different pages and the ID in the header part. I tried but I was not able to get it. So can you guys please help me 

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 15 Apr 2010, 05:31 PM
Hello Mike Treat,

To achieve your design requirements you have to use the PageBreak property, but the Table item doesn't have such property. Thus you have to create a table like report as explained in the following forum thread and set the PageBreak property to After for the Details Section.

Best wishes,
Peter
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Mike Treat
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or