Back to Devexpress

ReportGenerationOptions Members

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

latest5.9 KB
Original Source

ReportGenerationOptions Members

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

Constructors

NameDescription
ReportGenerationOptions()Initializes a new instance of the ReportGenerationOptions class with the default settings.

Properties

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.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

ReportGenerationOptions Class

DevExpress.XtraReports.ReportGeneration Namespace