Skip to main content
A newer version of this page is available. .

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

Declaration

[XtraSerializableProperty]
[DefaultValue(DefaultBoolean.False)]
[TypeConverter(typeof(DefaultBooleanConverter))]
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
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

When this option is enabled, you can specify the following properties.

See Also