MapInstance.GetImage 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以影像的形式傳回地圖。
多載
| GetImage() |
以影像的形式傳回地圖。 |
| GetImage(ActionInfoWithDynamicImageMapCollection) |
以影像傳回地圖,連同其影像對應的動作集一起。 |
| GetImage(DynamicImageInstance+ImageType) |
以指定的影像類型傳回地圖。 |
| GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection) |
以指定類型的影像傳回地圖,連同其影像對應的動作集一起。 |
GetImage()
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 物件。
適用於
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
參數
影像類型。
傳回
基礎地圖的 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
參數
影像類型。
- actionImageMaps
- ActionInfoWithDynamicImageMapCollection
此方法傳回時,包含影像對應的動作集。 此參數傳遞時未經初始化。
傳回
基礎地圖的 Stream 物件。