HI All,
I am using microsoft report viwer to display reports but i have more than 10 batches of records in my tables and my SP is excuting in 50 seconds. I am getting data to the datatable in 1 min but it is not rendering to report because of large data. to prevent
this i got 2 approches
1) drill down in the report but it is not usefull to me because in my sub report i have max 10 records only.
2) Load on demand like getting only first 100 records and on page navigation getting the next interval records .
Please suggest me the good approch to dispaly the report.
If i need to go to second step how to implement? (how to get the page count and amount of records to fetch)(how to write where condition in sql and in which event we need to wrote code in c#).
If i am getting the data interval wise then if he click on export excel/pdf then what i need to do how write our own code in the rdlc export?
Please suggest me for better approch,
Regards,
ashok.