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