Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
- type
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType
The image type.
Valor devuelto
Tipo: System.IO.Stream
A Stream object to the underlying map.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering