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

In This Topic
    AutoBackgroundColor Property (Viewer)
    In This Topic
    Gets or sets a value indicating whether the viewer should fill the entire view area with the report page background color.
    Syntax
    'Declaration
     
    Public Property AutoBackgroundColor As Boolean
    public bool AutoBackgroundColor {get; set;}

    Property Value

    true if the entire view area should be filled with the report page background color; otherwise, false.
    Remarks
    The default is false. For dashboard report only. If the report contains several sections, the color of the current section will be applied.
    See Also