ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / HideErrors Property

In This Topic
    HideErrors Property (ReportViewer)
    In This Topic
    Gets or sets whether to show errors in the Viewer.
    Syntax
    'Declaration
     
    Public Property HideErrors As Boolean
    public bool HideErrors {get; set;}

    Property Value

    true if errors should be hidden; otherwise, false.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also