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

In This Topic
    FireProgressEvent Property
    In This Topic
    TBD: Gets or sets a value indicating whether progress events should be generated during resolving of this render object. This property is false by default, you can set this property to true if object is large and its resolving take a long of time, to suppress hangup time during document rendering.
    Syntax
    'Declaration
     
    Public Property FireProgressEvent As System.Boolean
    public System.bool FireProgressEvent {get; set;}
    See Also