Método GetImage (DynamicImageInstance.ImageType)
Returns the map as an image of a specified type.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System.IO. . :: . .Stream
A Stream object.
Consulte também