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

TdxSpreadSheetAbstractReportLink Class

The base class of all classes that implement report links used for printing the spreadsheet controls.

#Declaration

Delphi
TdxSpreadSheetAbstractReportLink = class(
    TAbstractdxGridReportLink
)

#Remarks

This class implements the core functionality of all report links that you can use to associate a TdxSpreadSheet or TdxSpreadSheetReportDesigner control with the TdxComponentPrinter component.

The TdxSpreadSheetAbstractReportLink class extends its ancestor with the SpreadSheet and Sheet properties that allow you to identify and access the report link’s source (that is, printed) control and its active worksheet. The descendant classes use these properties to retrieve the printed document’s content and concomitant settings.

You do not need to create instances of the TdxSpreadSheetAbstractReportLink class. Use the TdxSpreadSheetDocumentBasedReportLink and TdxSpreadSheetReportLnk classes instead.

See Also