次の方法で共有


ImageMapAreaInstance.Shape プロパティ

ImageMapArea について計算された図形を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Shape As ImageMapArea.ImageMapAreaShape 
    Get
'使用
Dim instance As ImageMapAreaInstance 
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.OnDemandReportRendering.ImageMapArea.ImageMapAreaShape
ImageMapArea について計算された図形を表す ImageMapArea.ImageMapAreaShape 値。

関連項目

参照

ImageMapAreaInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間