次の方法で共有


CreateImageMapAreaInstance メソッド (ImageMapArea.ImageMapAreaShape, 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

パラメーター

  • coordinates
    型: array<System. . :: . .Single> [] () [] []
    必要な値は、shape パラメータの値によって異なります。
    Rectangle は、一連の左、右、上、および下の値として表されます。
    Polygon は、一連の x と y の組として表されます。
    Circle は、x、y、および半径の値で表されます。