次の方法で共有


ImageInstance.ActionInfoWithDynamicImageMapAreas プロパティ

この ImageInstance の画像マップおよび関連付けられたアクションを取得します。

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

構文

'宣言
Public MustOverride ReadOnly Property ActionInfoWithDynamicImageMapAreas As ActionInfoWithDynamicImageMapCollection 
    Get
'使用
Dim instance As ImageInstance 
Dim value As ActionInfoWithDynamicImageMapCollection 

value = instance.ActionInfoWithDynamicImageMapAreas
public abstract ActionInfoWithDynamicImageMapCollection ActionInfoWithDynamicImageMapAreas { get; }
public:
virtual property ActionInfoWithDynamicImageMapCollection^ ActionInfoWithDynamicImageMapAreas {
    ActionInfoWithDynamicImageMapCollection^ get () abstract;
}
abstract ActionInfoWithDynamicImageMapAreas : ActionInfoWithDynamicImageMapCollection
abstract function get ActionInfoWithDynamicImageMapAreas () : ActionInfoWithDynamicImageMapCollection

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMapCollection
この ImageInstance の画像マップおよび関連付けられたアクションが含まれている ActionInfoWithDynamicImageMapCollection

関連項目

参照

ImageInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間