Justin Cooney
Web Development Tips and Examples
Category: Reports
-
If you are writing a report using a .NET DataGrid, it’s very possible that you’ll want to conditionally highlight key data in the report.
-
In SSRS you can easily present users with database-driven single selection drop-down lists as parameters to pass to the stored procedure running your report. In the following steps I’ll go through the process of adding a single selection drop-down list to your report.
-
If you are looking for either null or blank values for a date field in SQL Server Reporting Services (SSRS) you will find that checking for IsNothing only identifies the Null values, but ignores the blank values. So what’s the quickest and easiest way to do this?