領域の図形を取得します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property Shape As ImageMapArea.ImageMapAreaShape
Get
'使用
Dim instance As ImageMapArea
Dim value As ImageMapArea.ImageMapAreaShape
value = instance.Shape
public ImageMapArea.ImageMapAreaShape Shape { get; }
public:
property ImageMapArea.ImageMapAreaShape Shape {
ImageMapArea.ImageMapAreaShape get ();
}
member Shape : ImageMapArea.ImageMapAreaShape
function get Shape () : ImageMapArea.ImageMapAreaShape
プロパティ値
型: Microsoft.ReportingServices.ReportRendering.ImageMapArea.ImageMapAreaShape
領域の図形を示す ImageMapArea.ImageMapAreaShape 値です。
説明
有効な値は、rectangle、polygon、または circle です。