DocumentMap.Dispose 方法

Releases all resources used by the DocumentMap.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public MustOverride Sub Dispose
用法
Dim instance As DocumentMap

instance.Dispose()
public abstract void Dispose()
public:
virtual void Dispose() abstract
abstract Dispose : unit -> unit 
public abstract function Dispose()

实现

IDisposable.Dispose()