or
							






public class MyDataClass{ public int MyInt { get; set; } public string MyString { get; set; } public DateTime MyDate { get; set; } public MyDataClass() { }}
Hellow,
I created report from dataset , that creates a Table summaries to all class and class .
How can I number the pages of every class from 1 ?
(I have loop, that every class come separately to the reporting of telerik reporting.
Every class can be able some pages)
Thank you
For example,
Class A
| 
 | 
 | 
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
 | 
1
Class A
| 
 | 
 | 
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
 | 
2
 
Class B
| 
 | 
 | 
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
 | 
1

