Back to Devexpress

ReportGenerationOptions Properties

corelibraries-devexpress-dot-xtrareports-dot-reportgeneration-dot-reportgenerationoptions-dot-underscore-properties.md

latest3.6 KB
Original Source

ReportGenerationOptions Properties

Provides options that control the layout of an XtraReport that is generated by a ReportGenerator based on a GridControl‘s data.

NameDescription
AutoFitToPageWidthSpecifies whether or not column widths are automatically modified so that the width of total columns matches the width of a View.
EnablePrintAppearanceEvenRowSpecifies whether even rows in the resulting report are painted using the appearance settings provided by the GridViewPrintAppearances.EvenRow property.
EnablePrintAppearanceOddRowSpecifies whether odd rows in the resulting report are painted using the appearance settings provided by the GridViewPrintAppearances.OddRow property.
PrintBandHeadersSpecifies whether to add band headers to the report. This option is in effect when the source object supports bands (BandedGridView and AdvBandedGridView).
PrintColumnHeadersSpecifies whether to add column headers to the report.
PrintGroupRowsSpecifies whether to include group rows in the report.
PrintGroupSummaryFooterSpecifies whether to add group footers to the report.
PrintHorizontalLinesSpecifies the visibility of horizontal grid lines in the report.
PrintTotalSummaryFooterSpecifies whether to add the summary footer to the report.
PrintVerticalLinesSpecifies the visibility of vertical grid lines in the report.
UsePrintAppearancesSpecifies whether dedicated print appearance settings (GridView.AppearancePrint) or regular appearance settings (GridView.Appearance) are used when generating a report.

See Also

ReportGenerationOptions Class

ReportGenerationOptions Members

DevExpress.XtraReports.ReportGeneration Namespace