SSRS
It is sometimes necessary to customise SSRS (SQL Server Reporting Services) reports at runtime and one way of acvhieving this is through the use of report parameters. One reason for doing this might be to customise the report title, column headers, currency, number formats and date formats based on the user's language settings. This article describes how to 'push' the data into the report which may not always be desirable. Pushing the data into a report is suitable for a report that is hosted inside ......