ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf Namespace / Viewer Class / PagesBackColor Property

In This Topic
    PagesBackColor Property (Viewer)
    In This Topic
    Gets or sets a value that indicates the background color of the report pane.
    Syntax
    'Declaration
     
    Public Property PagesBackColor As Color
    public Color PagesBackColor {get; set;}

    Property Value

    A System.Windows.Media.Color representing the background color of the report pane.
    See Also