MapInstance.GetImage Metodo

Definizione

Restituisce la mappa come immagine.

Overload

GetImage()

Restituisce la mappa come immagine.

GetImage(ActionInfoWithDynamicImageMapCollection)

Restituisce la mappa come immagine insieme a un set di azioni per le relative mappe dell'immagine.

GetImage(DynamicImageInstance+ImageType)

Restituisce la mappa come immagine di un tipo specificato.

GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection)

Restituisce la mappa come immagine di un tipo specificato insieme a un set di azioni per le relative mappe dell'immagine.

GetImage()

Restituisce la mappa come immagine.

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

Restituisce

Stream

Oggetto Stream nella mappa sottostante.

Si applica a

GetImage(ActionInfoWithDynamicImageMapCollection)

Restituisce la mappa come immagine insieme a un set di azioni per le relative mappe dell'immagine.

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

Parametri

actionImageMaps
ActionInfoWithDynamicImageMapCollection

Quando il metodo viene restituito, contiene il set di azioni per le mappe dell'immagine. Questo parametro viene passato non inizializzato.

Restituisce

Stream

Oggetto Stream nella mappa sottostante.

Si applica a

GetImage(DynamicImageInstance+ImageType)

Restituisce la mappa come immagine di un tipo specificato.

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

Parametri

type
DynamicImageInstance.ImageType

Tipo di immagine.

Restituisce

Stream

Oggetto Stream nella mappa sottostante.

Si applica a

GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection)

Restituisce la mappa come immagine di un tipo specificato insieme a un set di azioni per le relative mappe dell'immagine.

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

Parametri

type
DynamicImageInstance.ImageType

Tipo di immagine.

actionImageMaps
ActionInfoWithDynamicImageMapCollection

Quando il metodo viene restituito, contiene il set di azioni per le mappe dell'immagine. Questo parametro viene passato non inizializzato.

Restituisce

Stream

Oggetto Stream nella mappa sottostante.

Implementazioni

Si applica a