ReportGenerationOptions Properties
Provides options that control the layout of an XtraReport that is generated by a ReportGenerator based on a GridControl‘s data.
Name | Description |
---|---|
Auto |
Specifies whether or not column widths are automatically modified so that the width of total columns matches the width of a View. |
Enable |
Specifies whether even rows in the resulting report are painted using the appearance settings provided by the Grid |
Enable |
Specifies whether odd rows in the resulting report are painted using the appearance settings provided by the Grid |
Print |
Specifies whether to add band headers to the report. This option is in effect when the source object supports bands (Banded |
Print |
Specifies whether to add column headers to the report. |
Print |
Specifies whether to include group rows in the report. |
Print |
Specifies whether to add group footers to the report. |
Print |
Specifies the visibility of horizontal grid lines in the report. |
Print |
Specifies whether to add the summary footer to the report. |
Print |
Specifies the visibility of vertical grid lines in the report. |
Use |
Specifies whether dedicated print appearance settings (Grid |
See Also