We have been asked to display a warning message to the user when the # of records in the report exceeds 250,000 records, i.e. if the result set in the report exceeds 250,000 row count and the user tries to export the report to Excel format by clicking on the "Export" link button. In SSRS, can we set the the limit value (250,000) on the row count? and how can we display the message when result set is > 250,000?
↧