共用方式為


MapInstance.GetImage 方法 (DynamicImageInstance.ImageType)

Returns the map as an image of a specified type.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Function GetImage ( _
    type As DynamicImageInstance.ImageType _
) As Stream
'用途
Dim instance As MapInstance 
Dim type As DynamicImageInstance.ImageType 
Dim returnValue As Stream 

returnValue = instance.GetImage(type)
public Stream GetImage(
    DynamicImageInstance.ImageType type
)
public:
Stream^ GetImage(
    DynamicImageInstance.ImageType type
)
member GetImage : 
        type:DynamicImageInstance.ImageType -> Stream
public function GetImage(
    type : DynamicImageInstance.ImageType
) : Stream

參數

傳回值

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

請參閱

參考

MapInstance 類別

GetImage 多載

Microsoft.ReportingServices.OnDemandReportRendering 命名空間