ActionInfoWithDynamicImageMap.CreateImageMapAreaInstance メソッド (ImageMapArea.ImageMapAreaShape, array<Single )
図形と座標を指定することによって、このレポート定義オブジェクトのインスタンス オブジェクトを作成します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Function CreateImageMapAreaInstance ( _
shape As ImageMapArea.ImageMapAreaShape, _
coordinates As Single() _
) As ImageMapAreaInstance
'使用
Dim instance As ActionInfoWithDynamicImageMap
Dim shape As ImageMapArea.ImageMapAreaShape
Dim coordinates As Single()
Dim returnValue As ImageMapAreaInstance
returnValue = instance.CreateImageMapAreaInstance(shape, _
coordinates)
public ImageMapAreaInstance CreateImageMapAreaInstance(
ImageMapArea.ImageMapAreaShape shape,
float[] coordinates
)
public:
ImageMapAreaInstance^ CreateImageMapAreaInstance(
ImageMapArea.ImageMapAreaShape shape,
array<float>^ coordinates
)
member CreateImageMapAreaInstance :
shape:ImageMapArea.ImageMapAreaShape *
coordinates:float32[] -> ImageMapAreaInstance
public function CreateImageMapAreaInstance(
shape : ImageMapArea.ImageMapAreaShape,
coordinates : float[]
) : ImageMapAreaInstance
パラメーター
- shape
型: Microsoft.ReportingServices.OnDemandReportRendering.ImageMapArea.ImageMapAreaShape
イメージ マップ領域の図形です。
- coordinates
型: array<System.Single[]
必要な値は、shape パラメーターの値によって異なります。Rectangle は、一連の左、右、上、および下の値として表されます。Polygon は、一連の x と y の組として表されます。Circle は、x、y、および半径の値で表されます。
戻り値
型: Microsoft.ReportingServices.OnDemandReportRendering.ImageMapAreaInstance
ImageMapAreaInstance オブジェクトです。
関連項目
参照
ActionInfoWithDynamicImageMap クラス