次の方法で共有


ActionInfoWithDynamicImageMap.ImageMapAreaInstances プロパティ

このレポート定義オブジェクトのインスタンス オブジェクトを取得します。

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

構文

'宣言
Public ReadOnly Property ImageMapAreaInstances As ImageMapAreaInstanceCollection 
    Get
'使用
Dim instance As ActionInfoWithDynamicImageMap 
Dim value As ImageMapAreaInstanceCollection 

value = instance.ImageMapAreaInstances
public ImageMapAreaInstanceCollection ImageMapAreaInstances { get; }
public:
property ImageMapAreaInstanceCollection^ ImageMapAreaInstances {
    ImageMapAreaInstanceCollection^ get ();
}
member ImageMapAreaInstances : ImageMapAreaInstanceCollection
function get ImageMapAreaInstances () : ImageMapAreaInstanceCollection

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ImageMapAreaInstanceCollection
ImageMapAreaInstanceCollection オブジェクトです。

関連項目

参照

ActionInfoWithDynamicImageMap クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間