Skip to main content

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

NuGet Package: DevExpress.Printing.Core

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.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Remarks

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

See Also