ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / AddWarningsWhenErrorInScript Property

In This Topic
    AddWarningsWhenErrorInScript Property
    In This Topic
    Gets or sets a value indicating whether to add messages to the current document's Warnings collection when script errors are found.

    The default value is false.

    Syntax
    'Declaration
     
    Public Property AddWarningsWhenErrorInScript As System.Boolean
    public System.bool AddWarningsWhenErrorInScript {get; set;}
    See Also