MapInstance.GetImage 方法

Returns the map as an image.

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

语法

声明
Public Function GetImage As Stream
用法
Dim instance As MapInstance 
Dim returnValue As Stream 

returnValue = instance.GetImage()
public Stream GetImage()
public:
Stream^ GetImage()
member GetImage : unit -> Stream
public function GetImage() : Stream

返回值

类型:System.IO.Stream
A Stream object to the underlying map.

请参阅

参考

MapInstance 类

GetImage 重载

Microsoft.ReportingServices.OnDemandReportRendering 命名空间