Back to Devexpress

TCustomdxComponentPrinter.GetItems(TdxCompositionReportLink,TStrings,Boolean) Method

vcl-dxpscore-dot-tcustomdxcomponentprinter-dot-getitems-x28-dxpscore-dot-tdxcompositionreportlink-system-dot-classes-dot-tstrings-system-dot-boolean-x29.md

latest1.1 KB
Original Source

TCustomdxComponentPrinter.GetItems(TdxCompositionReportLink,TStrings,Boolean) Method

Returns all report links except for composition report links.

Declaration

delphi
procedure GetItems(AComposition: TdxCompositionReportLink; AStrings: TStrings; AExcludeAssigned: Boolean);

Parameters

NameType
ACompositionTdxCompositionReportLink
AStringsTStrings
AExcludeAssignedBoolean

Remarks

Call the GetItems method to obtain all report links except for composition report links. If the AExcludeAssigned parameter is equal to True , report links that belong to the report link specified via the AComposition parameter are excluded.

See Also

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit