Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Returns the map as an image of a specified type.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Function GetImage ( _
type As DynamicImageInstance.ImageType _
) As Stream
'Usage
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
Parameters
- type
Type: Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType
The image type.
Return Value
Type: System.IO.Stream
A Stream object to the underlying map.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace