Hey guys,
with the Report Builder (SQL Server 2016) I have created a layout for one of my reports.
On a RequestPage I added a bool field "LoadWithoutData", which the user can set to true/false.
Now if this field is set to true/false, some tables should be hidden on the report layout.
How can I achieve this?
I have seen that the tables have some properties: "Text Box Properties"
If I select them, I can change the visibility.
But I do not know the syntax...
The field on the RequestPage I also added to the layout, so I can select it here.
So I can write something like this:
=Fields!LoadWithoutData.Value == False
When I run the report, is says that an error has occured, but it say not, which one..
Thanks ;)