SSRS: Parameters
Providing control to the user to determine which records should be returned. As with most reports, reports might contain thousands of records, many of which the user doesn’t desire to view. To allow the user to decide upon a smaller subset of records, reports should be equipped with parameters commonly used with stored procedures. To…