Skip to main content

TdxSpreadSheetAbstractReportLink Class

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

Declaration

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