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

TdxSpreadSheetReportLnk Class

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

#Declaration

Delphi
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