ReportGenerationOptions.EnablePrintAppearanceOddRow Property
Specifies whether odd rows in the resulting report are painted using the appearance settings provided by the GridViewPrintAppearances.OddRow property.
Namespace: DevExpress.XtraReports.ReportGeneration
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[TypeConverter(typeof(DefaultBooleanConverter))]
[XtraSerializableProperty]
public DefaultBoolean EnablePrintAppearanceOddRow { get; set; }
Property Value
Type | Description |
---|---|
DefaultBoolean | DefaultBoolean.True or DefaultBoolean.Default to render odd 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. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Remarks
This option is in effect if the ReportGenerationOptions.UsePrintAppearances setting is enabled.
See Also