TdxSpreadSheetAbstractReportLink.Sheet Property
Provides access to the printed worksheet.
Declaration
property Sheet: TdxSpreadSheetTableView read;
Property Value
Type |
---|
TdxSpreadSheetTableView |
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