Reports for WPF | ComponentOne
C1.C1Report Namespace / HtmlTableFilter Class / Dispose Method

In This Topic
    Dispose Method (HtmlTableFilter)
    In This Topic
    Called when the component finishes rendering a report, or when the rendering process is canceled by the user or interrupted by an error.
    Syntax
    'Declaration
     
    Public Overridable Sub Dispose() 
    public virtual void Dispose()
    Remarks
    Use this method to free any disposable objects used by the filter.
    See Also