ReportGenerationOptions.UsePrintAppearances Property
Specifies whether dedicated print appearance settings (GridView.AppearancePrint) or regular appearance settings (GridView.Appearance) are used when generating a report.
Namespace: DevExpress.XtraReports.ReportGeneration
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
[DefaultValue(DefaultBoolean.False)]
public DefaultBoolean UsePrintAppearances { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | False | DefaultBoolean.True to use print appearance settings; DefaultBoolean.False or DefaultBoolean.Default to use regular appearance settings. |
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
When this option is enabled, you can specify the following properties.
- ReportGenerationOptions.EnablePrintAppearanceEvenRow
- ReportGenerationOptions.EnablePrintAppearanceOddRow
See Also