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