View on GitHub

dotnet-eud

.NET Controls End-User Documentation

Suppress Controls

Avoid Duplicated and Empty Values

When identical or null values appear in a report’s data source, you can suppress these values in a report using the following properties:

These properties are available for the following controls:

Conditionally Suppress a Control

You can suppress a control when a specified logical condition is met by specifying the required Visible property expressions as described in the Conditionally Suppress Controls topic.

In this case, a space remains in the band at the control’s location. You can avoid this by placing these controls onto an Panel and setting its Can Shrink property to true.

For this feature to work correctly, consider the following: