ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / AutoBackgroundColor Property

In This Topic
    AutoBackgroundColor Property (ReportViewer)
    In This Topic
    When true, view area background color is filled with report body color available only for DashBoard reports
    Syntax
    'Declaration
     
    Public Property AutoBackgroundColor As Boolean
    public bool AutoBackgroundColor {get; set;}
    See Also