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
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