I want to generate a report which is use object datasource. I passed a list of MyReports Class to Telerik.
Structure of MyReport is:
I want to print report in format of :
How can I do this. Please help.
Structure of MyReport is:
MyReport
WeekNumber
NumberOfSells
NumberOfBuys
TransactionVolume
I want to print report in format of :
Week
1
Week
2
Week
3
Week n
NumberOfSells
55
50
48
98
NumberOfBuys
44
78
59
25
TransactionVolume
5890
6580
6987
15879
How can I do this. Please help.