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.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[TypeConverter(typeof(DefaultBooleanConverter))]
[XtraSerializableProperty]
public DefaultBoolean UsePrintAppearances { get; set; }
Property Value
Type | Description |
---|---|
DefaultBoolean | 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