MapInstance.GetImage 方法

定義

以影像的形式傳回地圖。

多載

GetImage()

以影像的形式傳回地圖。

GetImage(ActionInfoWithDynamicImageMapCollection)

以影像傳回地圖,連同其影像對應的動作集一起。

GetImage(DynamicImageInstance+ImageType)

以指定的影像類型傳回地圖。

GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection)

以指定類型的影像傳回地圖,連同其影像對應的動作集一起。

GetImage()

以影像的形式傳回地圖。

public:
 System::IO::Stream ^ GetImage();
public System.IO.Stream GetImage ();
member this.GetImage : unit -> System.IO.Stream
Public Function GetImage () As Stream

傳回

Stream

基礎地圖的 Stream 物件。

適用於

GetImage(ActionInfoWithDynamicImageMapCollection)

以影像傳回地圖,連同其影像對應的動作集一起。

public:
 System::IO::Stream ^ GetImage([Runtime::InteropServices::Out] Microsoft::ReportingServices::OnDemandReportRendering::ActionInfoWithDynamicImageMapCollection ^ % actionImageMaps);
public System.IO.Stream GetImage (out Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMapCollection actionImageMaps);
member this.GetImage : ActionInfoWithDynamicImageMapCollection -> System.IO.Stream
Public Function GetImage (ByRef actionImageMaps As ActionInfoWithDynamicImageMapCollection) As Stream

參數

actionImageMaps
ActionInfoWithDynamicImageMapCollection

此方法傳回時,包含影像對應的動作集。 此參數傳遞時未經初始化。

傳回

Stream

基礎地圖的 Stream 物件。

適用於

GetImage(DynamicImageInstance+ImageType)

以指定的影像類型傳回地圖。

public:
 System::IO::Stream ^ GetImage(Microsoft::ReportingServices::OnDemandReportRendering::DynamicImageInstance::ImageType type);
public System.IO.Stream GetImage (Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType type);
member this.GetImage : Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType -> System.IO.Stream
Public Function GetImage (type As DynamicImageInstance.ImageType) As Stream

參數

type
DynamicImageInstance.ImageType

影像類型。

傳回

Stream

基礎地圖的 Stream 物件。

適用於

GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection)

以指定類型的影像傳回地圖,連同其影像對應的動作集一起。

public:
 virtual System::IO::Stream ^ GetImage(Microsoft::ReportingServices::OnDemandReportRendering::DynamicImageInstance::ImageType type, [Runtime::InteropServices::Out] Microsoft::ReportingServices::OnDemandReportRendering::ActionInfoWithDynamicImageMapCollection ^ % actionImageMaps);
public System.IO.Stream GetImage (Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType type, out Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMapCollection actionImageMaps);
abstract member GetImage : Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType * ActionInfoWithDynamicImageMapCollection -> System.IO.Stream
override this.GetImage : Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType * ActionInfoWithDynamicImageMapCollection -> System.IO.Stream
Public Function GetImage (type As DynamicImageInstance.ImageType, ByRef actionImageMaps As ActionInfoWithDynamicImageMapCollection) As Stream

參數

type
DynamicImageInstance.ImageType

影像類型。

actionImageMaps
ActionInfoWithDynamicImageMapCollection

此方法傳回時,包含影像對應的動作集。 此參數傳遞時未經初始化。

傳回

Stream

基礎地圖的 Stream 物件。

實作

適用於