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

In This Topic
    AutoBackgroundColor Property (Viewer)
    In This Topic
    Gets or sets a value indicating whether the background color is automatically applied to the entire viewing area.
    Syntax
    'Declaration
     
    Public Property AutoBackgroundColor As Boolean
    public bool AutoBackgroundColor {get; set;}

    Property Value

    true if the background color is automatically applied to the entire viewing area; otherwise, false. The default value is false.
    See Also