ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / RtfFilter Class / Dispose Method

In This Topic
    Dispose Method (RtfFilter)
    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 Overrides Sub Dispose() 
    public override void Dispose()
    Remarks
    Use this method to free any disposable objects used by the filter.
    See Also