|
Home > Archive > MS SQL Server Reporting Services > May 2005 > Displaying a Message if no chart data present
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Displaying a Message if no chart data present
|
|
| Simon Dingley 2005-05-27, 7:23 am |
| Hi, I currently have a report that displays a chart among other things. If
the report is called but no data is available for the chart i get a big
block of white space. Is it at all possible to display something in it's
place rather than just nothing at all if there is no data for the chart to
display?
Thanks, Simon
| |
| Robert Bruckner [MSFT] 2005-05-27, 8:24 pm |
| Yes. The chart has a "NoRows" property in the properties window. If the
chart's dataset has no rows and the NoRows property is set, a textbox with
the NoRows message will be shown instead of the chart.
-- Robert
This posting is provided "AS IS" with no warranties, and confers no rights.
"Simon Dingley" <me@example.com> wrote in message
news:OmWqrRrYFHA.3320@TK2MSFTNGP12.phx.gbl...
> Hi, I currently have a report that displays a chart among other things.
> If
> the report is called but no data is available for the chart i get a big
> block of white space. Is it at all possible to display something in it's
> place rather than just nothing at all if there is no data for the chart to
> display?
>
> Thanks, Simon
>
>
|
|
|
|
|