Метод MapInstance.GetImage (DynamicImageInstance.ImageType)
Returns the map as an image of a specified type.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Function GetImage ( _
type As DynamicImageInstance.ImageType _
) As Stream
'Применение
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
Параметры
- type
Тип: Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType
The image type.
Возвращаемое значение
Тип: System.IO.Stream
A Stream object to the underlying map.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering