Partager via


MapInstance.GetImage Méthode

Définition

Retourne la carte en tant qu'image.

Surcharges

GetImage()

Retourne la carte en tant qu'image.

GetImage(ActionInfoWithDynamicImageMapCollection)

Retourne la carte en tant qu'image avec un ensemble d'actions pour ses images interactives.

GetImage(DynamicImageInstance+ImageType)

Retourne la carte en tant qu'image d'un type spécifié.

GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection)

Retourne la carte en tant qu'image d'un type spécifié avec son ensemble d'actions pour ses images interactives.

GetImage()

Retourne la carte en tant qu'image.

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

Retours

Objet Stream vers la carte sous-jacente.

S’applique à

GetImage(ActionInfoWithDynamicImageMapCollection)

Retourne la carte en tant qu'image avec un ensemble d'actions pour ses images interactives.

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

Paramètres

actionImageMaps
ActionInfoWithDynamicImageMapCollection

Cette méthode contient l'ensemble d'actions pour les images interactives. Ce paramètre est passé sans être initialisé.

Retours

Objet Stream vers la carte sous-jacente.

S’applique à

GetImage(DynamicImageInstance+ImageType)

Retourne la carte en tant qu'image d'un type spécifié.

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

Paramètres

type
DynamicImageInstance.ImageType

Type d'image.

Retours

Objet Stream vers la carte sous-jacente.

S’applique à

GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection)

Retourne la carte en tant qu'image d'un type spécifié avec son ensemble d'actions pour ses images interactives.

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

Paramètres

type
DynamicImageInstance.ImageType

Type d'image.

actionImageMaps
ActionInfoWithDynamicImageMapCollection

Cette méthode contient l'ensemble d'actions pour les images interactives. Ce paramètre est passé sans être initialisé.

Retours

Objet Stream vers la carte sous-jacente.

Implémente

S’applique à