TdxSpreadSheetDocumentBasedReportLink.Options Property
In This Article
Provides access to all print-related settings obtained from the associated Spreadsheet control’s active worksheet.
#Declaration
Delphi
property Options: TdxSpreadSheetTableViewOptionsPrint read;
#Property Value
Type |
---|
Tdx |
#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