TdxCustomContainerReportLinkOptionsDesignerTabs.Controls Property
In This Article
Specifies whether the report link designer’s Controls page is available to end-users.
#Declaration
Delphi
property Controls: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set this property to False to hide the report link designer’s Controls page.
The default value of the Controls property is True.
See Also