Skip to main content
A newer version of this page is available. .

ReportGenerationOptions.EnablePrintAppearanceEvenRow Property

Specifies whether even rows in the resulting report are painted using the appearance settings provided by the GridViewPrintAppearances.EvenRow property.

Namespace: DevExpress.XtraReports.ReportGeneration

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[DefaultValue(DefaultBoolean.True)]
public DefaultBoolean EnablePrintAppearanceEvenRow { get; set; }

Property Value

Type Default Description
DefaultBoolean **True**

DefaultBoolean.True or DefaultBoolean.Default to render even rows in the report using the corresponding grid view appearance settings; otherwise DefaultBoolean.False.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

This option is in effect if the ReportGenerationOptions.UsePrintAppearances setting is enabled.

See Also