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 TransactionVolumeI want to print report in format of :
Week 1 Week 2 Week 3 Week n NumberOfSells 55 50 48 98NumberOfBuys 44 78 59 25TransactionVolume 5890 6580 6987 15879How can I do this. Please help.