DynamicImageInstance.GetImage Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve la imagen de la instancia actual.
Sobrecargas
| Nombre | Description |
|---|---|
| GetImage() |
Devuelve la imagen de la instancia actual. |
| GetImage(ActionInfoWithDynamicImageMapCollection) |
Devuelve la imagen de la instancia actual y su acompañante ActionInfoWithDynamicImageMapCollection. |
| GetImage(DynamicImageInstance+ImageType) |
Devuelve la imagen de la instancia actual especificando el tipo de imagen renderizada. |
| GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection) |
Devuelve la imagen de la instancia actual y su acompañante ActionInfoWithDynamicImageMapCollection especificando el tipo de imagen renderizada. |
| GetImage(DynamicImageInstance+ImageType, Boolean) |
Devuelve la imagen de la instancia actual especificando el tipo de imagen renderizada y obtiene un valor booleano que indica si la imagen tiene un mapa de imagen asociado. |
| GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection, Stream) |
Devuelve la imagen de la instancia actual y su acompañante ActionInfoWithDynamicImageMapCollection. |
GetImage()
Devuelve la imagen de la instancia actual.
public:
System::IO::Stream ^ GetImage();
public System.IO.Stream GetImage();
member this.GetImage : unit -> System.IO.Stream
Public Function GetImage () As Stream
Devoluciones
Un Stream objeto que contiene el flujo de imagen a la instancia actual de la imagen.
Se aplica a
GetImage(ActionInfoWithDynamicImageMapCollection)
Devuelve la imagen de la instancia actual y su acompañante 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
Parámetros
- actionImageMaps
- ActionInfoWithDynamicImageMapCollection
Cuando este método regresa, contiene un ActionInfoWithDynamicImageMapCollection objeto asociado a la imagen. Este parámetro se pasa sin inicializar.
Devoluciones
Un Stream objeto que contiene el flujo de imagen a la instancia actual de la imagen.
Se aplica a
GetImage(DynamicImageInstance+ImageType)
Devuelve la imagen de la instancia actual especificando el tipo de imagen renderizada.
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
Parámetros
El tipo de imagen deseado.
Devoluciones
Un Stream objeto que contiene el flujo de imagen a la instancia actual de la imagen.
Se aplica a
GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection)
Devuelve la imagen de la instancia actual y su acompañante ActionInfoWithDynamicImageMapCollection especificando el tipo de imagen renderizada.
public:
virtual System::IO::Stream ^ GetImage(Microsoft::ReportingServices::OnDemandReportRendering::DynamicImageInstance::ImageType type, [Runtime::InteropServices::Out] Microsoft::ReportingServices::OnDemandReportRendering::ActionInfoWithDynamicImageMapCollection ^ % actionImageMaps);
public virtual 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 Overridable Function GetImage (type As DynamicImageInstance.ImageType, ByRef actionImageMaps As ActionInfoWithDynamicImageMapCollection) As Stream
Parámetros
El tipo de imagen deseado.
- actionImageMaps
- ActionInfoWithDynamicImageMapCollection
Cuando este método regresa, contiene un ActionInfoWithDynamicImageMapCollection objeto asociado a la imagen. Este parámetro se pasa sin inicializar.
Devoluciones
Un Stream objeto que contiene el flujo de imagen a la instancia actual de la imagen.
Se aplica a
GetImage(DynamicImageInstance+ImageType, Boolean)
Devuelve la imagen de la instancia actual especificando el tipo de imagen renderizada y obtiene un valor booleano que indica si la imagen tiene un mapa de imagen asociado.
protected:
virtual System::IO::Stream ^ GetImage(Microsoft::ReportingServices::OnDemandReportRendering::DynamicImageInstance::ImageType type, [Runtime::InteropServices::Out] bool % hasImageMap);
protected virtual System.IO.Stream GetImage(Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType type, out bool hasImageMap);
abstract member GetImage : Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType * bool -> System.IO.Stream
override this.GetImage : Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType * bool -> System.IO.Stream
Protected Overridable Function GetImage (type As DynamicImageInstance.ImageType, ByRef hasImageMap As Boolean) As Stream
Parámetros
El tipo de imagen deseado.
- hasImageMap
- Boolean
Cuando este método regresa, contiene un valor true booleano si la imagen tiene un mapa de imagen asociado; de lo contrario, false. Este parámetro se pasa sin inicializar.
Devoluciones
Un Stream objeto que contiene el flujo de imagen a la instancia actual de la imagen.
Se aplica a
GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection, Stream)
Devuelve la imagen de la instancia actual y su acompañante ActionInfoWithDynamicImageMapCollection.
protected:
abstract void GetImage(Microsoft::ReportingServices::OnDemandReportRendering::DynamicImageInstance::ImageType type, [Runtime::InteropServices::Out] Microsoft::ReportingServices::OnDemandReportRendering::ActionInfoWithDynamicImageMapCollection ^ % actionImageMaps, [Runtime::InteropServices::Out] System::IO::Stream ^ % image);
protected abstract void GetImage(Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType type, out Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMapCollection actionImageMaps, out System.IO.Stream image);
abstract member GetImage : Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType * ActionInfoWithDynamicImageMapCollection * Stream -> unit
Protected MustOverride Sub GetImage (type As DynamicImageInstance.ImageType, ByRef actionImageMaps As ActionInfoWithDynamicImageMapCollection, ByRef image As Stream)
Parámetros
El tipo de imagen deseado.
- actionImageMaps
- ActionInfoWithDynamicImageMapCollection
Cuando este método regresa, contiene un ActionInfoWithDynamicImageMapCollection objeto asociado a la imagen. Este parámetro se pasa sin inicializar.
- image
- Stream
Cuando este método regrese, contiene un Stream objeto que contenga el flujo de imagen a la instancia actual de la imagen.