TdxCustomContainerReportLinkOptionsDesignerTabs.AutoHideReportLinksIfEmpty Property
Specifies whether the report link designer’s Aggregated Designers page is automatically hidden.
Declaration
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