Skip to main content

TdxSpreadSheetReportLnk Class

A basic report link designed to associate a Spreadsheet or Report Designer control with the TdxComponentPrinter component.

Declaration

TdxSpreadSheetReportLnk = class(
    TdxSpreadSheetCustomReportLink
)

Remarks

This class implements a basic Spreadsheet report link that exists only to ensure backward compatibility with previous versions of DevExpress controls. This link does not support many advanced printing features (such as the capability to print comments in a worksheet, etc.) and is unable to import worksheet print settings from a loaded spreadsheet document. Use the Document-based report link instead to implement fully functional spreadsheet printing in your application:

The TdxSpreadSheetReportLnk class does not introduce any new public members. It only implements the basic worksheet print functionality with limited content customization options. Refer to the TdxSpreadSheetCustomReportLink class description for information on all options that the basic report link provides.

See Also