FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export Namespace / ExportOptionsFormBase Class / Dispose Method / Dispose(Boolean) Method
true if managed resources should be disposed; otherwise, false.

In This Topic
    Dispose(Boolean) Method
    In This Topic
    Clean up any resources being used.
    Syntax
    'Declaration
     
    Protected Overloads Overrides Sub Dispose( _
       ByVal disposing As Boolean _
    ) 
    protected override void Dispose( 
       bool disposing
    )

    Parameters

    disposing
    true if managed resources should be disposed; otherwise, false.
    See Also