Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.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 Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Remarks

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

See Also