Condividi tramite


Metodo MapInstance.GetImage (DynamicImageInstance.ImageType)

Returns the map as an image of a specified type.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Function GetImage ( _
    type As DynamicImageInstance.ImageType _
) As Stream
'Utilizzo
Dim instance As MapInstance 
Dim type As DynamicImageInstance.ImageType 
Dim returnValue As Stream 

returnValue = instance.GetImage(type)
public Stream GetImage(
    DynamicImageInstance.ImageType type
)
public:
Stream^ GetImage(
    DynamicImageInstance.ImageType type
)
member GetImage : 
        type:DynamicImageInstance.ImageType -> Stream
public function GetImage(
    type : DynamicImageInstance.ImageType
) : Stream

Parametri

Valore restituito

Tipo: System.IO.Stream
A Stream object to the underlying map.

Vedere anche

Riferimento

MapInstance Classe

Overload GetImage

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering