TdxSpreadSheetReportDesigner.Options Property
Specifies the report template-related settings.
Declaration
property Options: TdxSpreadSheetReportDesignerOptions read; write;
Property Value
Type |
---|
TdxSpreadSheetReportDesignerOptions |
Remarks
This property set includes options that affect both the Report Designer end-user experience and report building functionality. For instance, you can use the Options.DesignView property to switch the visibility of rectangles and labels used to visually designate report sections within the displayed report template. For the full list of available spreadsheet report-related settings, refer to the TdxSpreadSheetReportDesignerOptions class description.
See Also