Click here to Skip to main content
15,793,624 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends,

My requirement is bit weird. I am using SSRS 2008. I have created a report and the datasource is SQL sever 2008. When i export to TXT format i have to have a record limit of 80,000. If it crosses 80,000 records, i have to export it into another file. I have actually created a wep application which uses the report viewer control. I am writing code behind to populate the report viewer control, and to generate the file in the TXT format. I have no idea about how to set the row limit during export. Please shed some light.

Thanks.
Posted

1 solution

U con't generate new file while export data in ssrs.If u want export new file when cross the limit.u have to write in textfile using stream writer object with loop condition only.because export option is addition future only,we con't customize in that.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900