Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetReportDesignerOptions.ReportMode Property

Specifies how the resulting report populates the destination spreadsheet document(s).

#Declaration

Delphi
property ReportMode: TdxSpreadSheetReportMode read; write; default rmSingleSheet;

#Property Value

Type Default
TdxSpreadSheetReportMode rmSingleSheet

#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.e., multilevel) reports and reports that list grouped dataset records. Simple reports are always built on a single worksheet.

The ReportMode property’s default value is rmSingleSheet.

See Also