DocumentMap.Close Method
Closes the document map.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride Sub Close
'Usage
Dim instance As DocumentMap
instance.Close()
public abstract void Close()
public:
virtual void Close() abstract
abstract Close : unit -> unit
public abstract function Close()
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace