TdxSpreadSheetDocumentBasedReportLink.Options Property
Provides access to all print-related settings obtained from the associated Spreadsheet control’s active worksheet.
Declaration
property Options: TdxSpreadSheetTableViewOptionsPrint read;
Property Value
Type |
---|
TdxSpreadSheetTableViewOptionsPrint |
Remarks
The document-based report link uses this property to retrieve and update print-related worksheet settings from a source Spreadsheet control. The Options property returns the Sheet.OptionsPrint property value.
See Also