Back to Devexpress

XtraReport.PageColor Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareport-d55f3a53.md

latest1.4 KB
Original Source

XtraReport.PageColor Property

Gets or sets the fill color of report pages.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[SRCategory(ReportStringId.CatAppearance)]
public Color PageColor { get; set; }
vb
<SRCategory(ReportStringId.CatAppearance)>
Public Property PageColor As Color

Property Value

TypeDescription
Color

A Color structure that specifies a page color.

|

Remarks

Use the PageColor property to specify the fill color for report pages. This color may be changed later in a report’s Print Preview, via the Fill Background action ( ).

See Also

XtraReport Class

XtraReport Members

DevExpress.XtraReports.UI Namespace