Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / ExportFilter Class / Dispose Method

In This Topic
    Dispose Method (ExportFilter)
    In This Topic
    Releases the resources used by the filter.
    Syntax
    'Declaration
     
    Public Overridable Sub Dispose() 
    public virtual void Dispose()
    Remarks
    Override this method in derived classes to free any disposable objects used by the filter.
    See Also