Langue

MapInstance.GetImage Méthode

Définition

Rend la carte en image.

Surcharges

Nom Description
GetImage()

Rend la carte en image.

GetImage(ActionInfoWithDynamicImageMapCollection)

Retourne la carte sous forme d’image accompagnée d’un ensemble d’actions pour ses cartes d’images.

GetImage(DynamicImageInstance+ImageType)

Retourne l’application sous forme d’image d’un type spécifié.

GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection)

Retourne l’application sous forme d’image d’un type spécifié accompagnée d’un ensemble d’actions pour ses applications d’image.

GetImage()

Rend la carte en image.

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

Retours

Un Stream objet vers la carte sous-jacente.

S’applique à

GetImage(ActionInfoWithDynamicImageMapCollection)

Retourne la carte sous forme d’image accompagnée d’un ensemble d’actions pour ses cartes d’images.

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

Lorsque cette méthode revient, contient l’ensemble des actions pour les applications d’image. Ce paramètre est passé non initialisé.

Retours

Un Stream objet vers la carte sous-jacente.

S’applique à

GetImage(DynamicImageInstance+ImageType)

Retourne l’application sous forme d’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

Un Stream objet vers la carte sous-jacente.

S’applique à

GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection)

Retourne l’application sous forme d’image d’un type spécifié accompagnée d’un ensemble d’actions pour ses applications d’image.

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

Lorsque cette méthode revient, contient l’ensemble des actions pour les applications d’image. Ce paramètre est passé non initialisé.

Retours

Un Stream objet vers la carte sous-jacente.

Implémente

S’applique à