Share via


ReportObject.IDisposable.Dispose Method

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

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Private Sub Dispose Implements IDisposable.Dispose
'Usage
Dim instance As ReportObject 

CType(instance, IDisposable).Dispose()
void IDisposable.Dispose()
private:
virtual void Dispose() sealed = IDisposable::Dispose
private abstract Dispose : unit -> unit  
private override Dispose : unit -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Implements

IDisposable.Dispose()

See Also

Reference

ReportObject Class

Microsoft.ReportingServices.RdlObjectModel Namespace