MapInstance.GetImage Method

Definition

Returns the map as an image.

Overloads

GetImage()

Returns the map as an image.

GetImage(ActionInfoWithDynamicImageMapCollection)

Returns the map as an image along with a set of action for its image maps.

GetImage(DynamicImageInstance+ImageType)

Returns the map as an image of a specified type.

GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection)

Returns the map as an image of a specified type along with a set of action for its image maps.

GetImage()

Returns the map as an image.

public:
 System::IO::Stream ^ GetImage();
public System.IO.Stream GetImage ();
member this.GetImage : unit -> System.IO.Stream
Public Function GetImage () As Stream

Returns

A Stream object to the underlying map.

Applies to

GetImage(ActionInfoWithDynamicImageMapCollection)

Returns the map as an image along with a set of action for its image maps.

public:
 System::IO::Stream ^ GetImage([Runtime::InteropServices::Out] Microsoft::ReportingServices::OnDemandReportRendering::ActionInfoWithDynamicImageMapCollection ^ % actionImageMaps);
public System.IO.Stream GetImage (out Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMapCollection actionImageMaps);
member this.GetImage : ActionInfoWithDynamicImageMapCollection -> System.IO.Stream
Public Function GetImage (ByRef actionImageMaps As ActionInfoWithDynamicImageMapCollection) As Stream

Parameters

actionImageMaps
ActionInfoWithDynamicImageMapCollection

When this method returns, contains the set of action for the image maps. This parameter is passed uninitialized.

Returns

A Stream object to the underlying map.

Applies to

GetImage(DynamicImageInstance+ImageType)

Returns the map as an image of a specified type.

public:
 System::IO::Stream ^ GetImage(Microsoft::ReportingServices::OnDemandReportRendering::DynamicImageInstance::ImageType type);
public System.IO.Stream GetImage (Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType type);
member this.GetImage : Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType -> System.IO.Stream
Public Function GetImage (type As DynamicImageInstance.ImageType) As Stream

Parameters

type
DynamicImageInstance.ImageType

The image type.

Returns

A Stream object to the underlying map.

Applies to

GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection)

Returns the map as an image of a specified type along with a set of action for its image maps.

public:
 virtual System::IO::Stream ^ GetImage(Microsoft::ReportingServices::OnDemandReportRendering::DynamicImageInstance::ImageType type, [Runtime::InteropServices::Out] Microsoft::ReportingServices::OnDemandReportRendering::ActionInfoWithDynamicImageMapCollection ^ % actionImageMaps);
public System.IO.Stream GetImage (Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType type, out Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMapCollection actionImageMaps);
abstract member GetImage : Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType * ActionInfoWithDynamicImageMapCollection -> System.IO.Stream
override this.GetImage : Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType * ActionInfoWithDynamicImageMapCollection -> System.IO.Stream
Public Function GetImage (type As DynamicImageInstance.ImageType, ByRef actionImageMaps As ActionInfoWithDynamicImageMapCollection) As Stream

Parameters

type
DynamicImageInstance.ImageType

The image type.

actionImageMaps
ActionInfoWithDynamicImageMapCollection

When this method returns, contains the set of action for the image maps. This parameter is passed uninitialized.

Returns

A Stream object to the underlying map.

Implements

Applies to