DynamicImageInstance.GetImage Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce l'immagine dell'istanza corrente.
Overload
| Nome | Descrizione |
|---|---|
| GetImage() |
Restituisce l'immagine dell'istanza corrente. |
| GetImage(ActionInfoWithDynamicImageMapCollection) |
Restituisce l'immagine dell'istanza corrente e della sua corrispondente ActionInfoWithDynamicImageMapCollection. |
| GetImage(DynamicImageInstance+ImageType) |
Restituisce l'immagine dell'istanza corrente specificando il tipo dell'immagine renderizzata. |
| GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection) |
Restituisce l'immagine dell'istanza corrente e della sua accompagnata ActionInfoWithDynamicImageMapCollection specificando il tipo di immagine renderizzata. |
| GetImage(DynamicImageInstance+ImageType, Boolean) |
Restituisce l'immagine dell'istanza corrente specificando il tipo dell'immagine renderizzata e ottiene un valore booleano che indica se l'immagine ha una mappa immagine associata. |
| GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection, Stream) |
Restituisce l'immagine dell'istanza corrente e della sua corrispondente ActionInfoWithDynamicImageMapCollection. |
GetImage()
Restituisce l'immagine dell'istanza corrente.
public:
System::IO::Stream ^ GetImage();
public System.IO.Stream GetImage();
member this.GetImage : unit -> System.IO.Stream
Public Function GetImage () As Stream
Valori restituiti
Un Stream oggetto che contiene il flusso di immagini verso l'istanza immagine corrente.
Si applica a
GetImage(ActionInfoWithDynamicImageMapCollection)
Restituisce l'immagine dell'istanza corrente e della sua corrispondente 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
Parametri
- actionImageMaps
- ActionInfoWithDynamicImageMapCollection
Quando questo metodo ritorna, contiene un ActionInfoWithDynamicImageMapCollection oggetto associato all'immagine. Questo parametro viene passato non inizializzato.
Valori restituiti
Un Stream oggetto che contiene il flusso di immagini verso l'istanza immagine corrente.
Si applica a
GetImage(DynamicImageInstance+ImageType)
Restituisce l'immagine dell'istanza corrente specificando il tipo dell'immagine renderizzata.
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
Il tipo di immagine desiderato.
Valori restituiti
Un Stream oggetto che contiene il flusso di immagini verso l'istanza immagine corrente.
Si applica a
GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection)
Restituisce l'immagine dell'istanza corrente e della sua accompagnata ActionInfoWithDynamicImageMapCollection specificando il tipo di immagine renderizzata.
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
Parametri
Il tipo di immagine desiderato.
- actionImageMaps
- ActionInfoWithDynamicImageMapCollection
Quando questo metodo ritorna, contiene un ActionInfoWithDynamicImageMapCollection oggetto associato all'immagine. Questo parametro viene passato non inizializzato.
Valori restituiti
Un Stream oggetto che contiene il flusso di immagini verso l'istanza immagine corrente.
Si applica a
GetImage(DynamicImageInstance+ImageType, Boolean)
Restituisce l'immagine dell'istanza corrente specificando il tipo dell'immagine renderizzata e ottiene un valore booleano che indica se l'immagine ha una mappa immagine associata.
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
Parametri
Il tipo di immagine desiderato.
- hasImageMap
- Boolean
Quando questo metodo restituisce, contiene un valore true booleano se l'immagine ha una mappa immagine associata; altrimenti, false. Questo parametro viene passato non inizializzato.
Valori restituiti
Un Stream oggetto che contiene il flusso di immagini verso l'istanza immagine corrente.
Si applica a
GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection, Stream)
Restituisce l'immagine dell'istanza corrente e della sua corrispondente 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)
Parametri
Il tipo di immagine desiderato.
- actionImageMaps
- ActionInfoWithDynamicImageMapCollection
Quando questo metodo ritorna, contiene un ActionInfoWithDynamicImageMapCollection oggetto associato all'immagine. Questo parametro viene passato non inizializzato.
- image
- Stream
Quando questo metodo ritorna, contiene un Stream oggetto che contiene il flusso di immagini verso l'istanza immagine corrente.