TdxSpreadSheetReportMode Enum
Enumerates available spreadsheet report building modes.
#Declaration
TdxSpreadSheetReportMode = (
rmSingleSheet,
rmMultipleSheets,
rmMultipleDocuments
);
#Members
Name |
---|
rm
|
rm
|
rm
|
#Remarks
Options include:
Value | Description | Command |
---|---|---|
rm | The report is always built on a single worksheet of the destination Spreadsheet control, regardless of the bound source data. | |
rm | Each master record followed by the corresponding detail table is built on a new worksheet within the single destination Spreadsheet. If the resulting report contains grouped records from a single bound dataset, each new group is built on a new worksheet of the destination Spreadsheet. In the case of simple reports (i. | |
rm | In this mode, the Report Designer raises the On In the case of simple reports (i. |
The TdxSpreadSheetReportMode type is referenced by the Report Designer‘s Options.ReportMode property.