Skip to content

Commit

Permalink
Merge branch 'show-errors-in-red' of https://github.com/SSWConsulting…
Browse files Browse the repository at this point in the history
…/SSW.Rules.Content into show-errors-in-red
  • Loading branch information
jeoffreyfischer committed Dec 15, 2023
2 parents a82a24b + eee7d16 commit 16f96a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/show-errors-in-red/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ How evident are the error messages on the 1st report below?
:::

::: good
![Figure: Good example - Use a customized textbox and icon to show the error message in red](RSErrorMessageT2.jpg)
![Figure: Good example - Use a customized textbox and icon to show the error message in red](RSErrorMessageT2.jpg)
:::

Reporting Services allows you to set the 'NoRows' property of a table control to warn your user when there is no data available. This is similar to handle the 'NoData event' in Access report but there is no advanced control on this message, not even a Color property - this has not been improved in RS2005, see our [Better Software Suggestions page](https://www.ssw.com.au/ssw/Standards/Rules/RulesToBetterSQLReportingServices.aspx#Subscription).
Expand Down Expand Up @@ -59,4 +59,4 @@ Here's how to add a custom "NoData" textbox with a red icon to your report:
--Expression to set the visibility of the main report items
= iif( Sum(Fields!SaleTotal.Value, "MyDataSet")>0, **False**, **True**)
```
```

0 comments on commit 16f96a0

Please sign in to comment.