Hide the Entire Tablix Widget in the Bold Report Viewer
In the Tablix widget of the Report Viewer, removing empty space refers to eliminating or reducing the blank areas within the Tablix that do not contain any data or information.
To hide the entire Tablix widget in the Bold Reports Report Viewer, set the visibility property of the Tablix to hidden. This will ensure that the Tablix is not displayed, and any empty space it occupies will be removed. Follow these steps:
-
Open the report Bold Reports Report Designer.
-
Select the Tablix widget that you want to hide. In the Properties pane, locate the
Hidden
property which is in theVisibility
property. Click checkbox.
-
Preview the report; the empty space will be available when the tablix widget is hidden as shown in the following snapshot.
Remove Empty space in the Tablix widget Report Viewer
To remove the empty space in the tablix widget in the Bold Reports Report Viewer, follow these steps:
-
Select the Tablix widget that you want to hide. In the Properties pane, locate the
Hidden
property, which is in theVisibility
property. -
Click checkbox and select the expression as shown in the following image.
-
In the Expression dialog box, enter the expression as True as shown in the following image. Click OK to close the Expression dialog box.
Note: You have to use the expression to hide the table without a blank space.
-
Now, preview the report. By setting the visibility of the Tablix widget to
Hide
and using theTrue
expression as the Hidden Expression, the widget will be hidden when viewed in the Bold Reports Report Viewer. This ensures that there is no empty space left behind where the Tablix widget used to be.Before changed Output preview:
After changed Output preview: