ChartInstance.GetImage Method

Definition

Returns the chart as an image of a specified type along with its image map.

public:
 override System::IO::Stream ^ GetImage(Microsoft::ReportingServices::OnDemandReportRendering::DynamicImageInstance::ImageType type, [Runtime::InteropServices::Out] Microsoft::ReportingServices::OnDemandReportRendering::ActionInfoWithDynamicImageMapCollection ^ % actionImageMaps);
public override System.IO.Stream GetImage (Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType type, out Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMapCollection actionImageMaps);
override this.GetImage : Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType * ActionInfoWithDynamicImageMapCollection -> System.IO.Stream
Public Overrides 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 image map. This parameter is passed uninitialized.

Returns

A Stream object that represents the chart image.

Implements

Applies to