ReportViewer.Dispose Method (Boolean)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Releases the unmanaged resources used by the ReportViewer and optionally releases the managed resources.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

protected override void Dispose(
    bool disposing
)
protected:
virtual void Dispose(
    bool disposing
) override
override Dispose : 
        disposing:bool -> unit
Protected Overrides Sub Dispose (
    disposing As Boolean
)

Parameters

  • disposing
    Type: System.Boolean

    true to release both managed and unmanaged resources; false to release only unmanaged resources.

See Also

Dispose Overload
ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top