TdxSpreadSheetReportDesignerOptions.ReportMode Property
In This Article
Specifies how the resulting report populates the destination spreadsheet document(s).
#Declaration
Delphi
property ReportMode: TdxSpreadSheetReportMode read; write; default rmSingleSheet;
#Property Value
Type | Default |
---|---|
Tdx |
rm |
#Remarks
Use this property to specify if the resulting report is built on one or multiple worksheets (or separate spreadsheet documents). For detailed information on each report building mode, refer to the TdxSpreadSheetReportMode type description.
Note
This property affects only master-detail (i.
The ReportMode property’s default value is rmSingleSheet.
See Also