Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomContainerReportLinkOptionsDesignerTabs.AutoHideReportLinksIfEmpty Property

Specifies whether the report link designer’s Aggregated Designers page is automatically hidden.

#Declaration

Delphi
property AutoHideReportLinksIfEmpty: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Use the AutoHideReportLinksIfEmpty property to enable automatic hiding of the report link designer’s Aggregated Designers page. If this property value is True, then this page is hidden when there are no report links available for the components aggregated by the printed container.

To hide the Aggregated Designers page, regardless of the AutoHideReportLinksIfEmpty property value, set the ReportLinks property to False.

The default value of the AutoHideReportLinksIfEmpty property is True.

See Also