Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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