ReportViewer.Dispose Method (Boolean)
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Protected Overrides Sub Dispose ( _
disposing As Boolean _
)
'Usage
Dim disposing As Boolean
Me.Dispose(disposing)
protected override void Dispose (
bool disposing
)
protected:
virtual void Dispose (
bool disposing
) override
protected void Dispose (
boolean disposing
)
protected override function Dispose (
disposing : boolean
)
Parameters
- disposing
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace