Back to Devexpress

TCustomdxComponentPrinter.ReportLink Property

vcl-dxpscore-dot-tcustomdxcomponentprinter-3da0da45.md

latest2.1 KB
Original Source

TCustomdxComponentPrinter.ReportLink Property

Provides indexed access to report links that are created within the current component printer.

Declaration

delphi
property ReportLink[Index: Integer]: TBasedxReportLink read; write; default;

Property Value

Type
TBasedxReportLink

Remarks

Use the LinkCount property to determine the number of report links accessible via the ReportLink property. To determine the position of a certain report link within this list, use the IndexOfLink or IndexOfLinkByName function.

To find a specific report link, use the LinkByName, FindLinkByComponent, or GetItems method.

See Also

TCustomdxComponentPrinter.AddEmptyLink

TCustomdxComponentPrinter.AddEmptyLinkEx

TCustomdxComponentPrinter.AddLink

TCustomdxComponentPrinter.AddLinkEx

TCustomdxComponentPrinter.DeleteAllLinks

TCustomdxComponentPrinter.DeleteLink

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit