It seems when we try to display the SSRS report, if the amount of data is too large, it will end up with a PDF file. Do you know what the maximum volume of data when display the SSRS report?
Hi, The report size is equal to the amount of data returned in the report plus the size of the output stream. The reporting service does not impose a maximum limit on the size of the reports that are rendered. System memory determines the size limit. The only hard limit to report size is when rendering in Excel format. Worksheets cannot exceed 65536 rows or 256 columns. Other rendering formats do not have these limitations, so the size is limited only by the amount of resources on the server. Best Regards, Hana
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.