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.2.Core.dll
Declaration
[DefaultValue(DefaultBoolean.True)]
public DefaultBoolean EnablePrintAppearanceOddRow { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | True | 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