MapInstance.GetImage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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()
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
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
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.