TdxCustomContainerReportLink.HiddenComponents Property
Provides indexed access to the components hidden from the report link designer.
Declaration
property HiddenComponents[Index: Integer]: TComponent read;
Property Value
Type |
---|
TComponent |
Remarks
Use the HiddenComponents property to access components hidden from the report link designer. Components addressed via this property are not included into a report and are not available to an end-user within the report link designer.
Call the HideComponent or HideComponents methods to remove the specified components from printing.
See Also