Back to Devexpress

TdxSpreadSheetAbstractReportLink Class

vcl-dxpsdxspreadsheetlnkcore-2a74107e.md

latest2.2 KB
Original Source

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.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxScalableComponent TBasedxReportLink TAbstractdxGridReportLink TdxSpreadSheetAbstractReportLink

See Also

TdxSpreadSheetAbstractReportLink Members

dxPSdxSpreadSheetLnkCore Unit