Why would you allow the user fire to the report if they don't have permission to view it?
To display a custom message in the SSRS report itself:
- Add a text field
- Customize the text displayed on it to your satisfaction
Provide an expression for the Visibility > Hidden value (Properties Window). IE:
= iif( count(Fields!Application_Number.Value, "YOUR-DATASOURCE-NAME") > 0, true, false)
OMG Ponies
2009-07-21 16:44:52