Compartir a través de


MapInstance.GetImage Método (DynamicImageInstance.ImageType)

Returns the map as an image of a specified type.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Function GetImage ( _
    type As DynamicImageInstance.ImageType _
) As Stream
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

MapInstance Clase

Sobrecarga de GetImage

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering