I am building an SSRS 2005 report using BIDS. My report filters on date. When the selected date returns no data rows the report is blank, just the title is displayed, no table or column heading.
How can I change this to display a message like No data available.
or Report is empty.
?
You could set the property NoRowsMessage
available on the report's table control like this:
Tablix
control and press F4 to view the Properties pane.NoRowsMessage
property and set the value to whatever message you'd like.Font
and TextAlign
properties.
Here are some examples of what the report will look like under various settings:
Further Reading: Here is a Technet article on how to Set a No Data Message for a Data Region