TdxSpreadSheetAbstractReportLink.Sheet Property
In This Article
Provides access to the printed worksheet.
#Declaration
Delphi
property Sheet: TdxSpreadSheetTableView read;
#Property Value
Type |
---|
Tdx |
#Remarks
This property returns the SpreadSheet.ActiveSheetAsTable property if the report link has a Spreadsheet or Report Designer control as its source (that is, printed) component. The Document-based Spreadsheet report link uses the Sheet property to import and use the worksheet print settings.
See Also