Свойство ActionInfoWithDynamicImageMapAreas
Gets the image maps and associated actions for this ImageInstance.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property ActionInfoWithDynamicImageMapAreas As ActionInfoWithDynamicImageMapCollection
Get
'Применение
Dim instance As ImageInstance
Dim value As ActionInfoWithDynamicImageMapCollection
value = instance.ActionInfoWithDynamicImageMapAreas
public ActionInfoWithDynamicImageMapCollection ActionInfoWithDynamicImageMapAreas { get; }
public:
property ActionInfoWithDynamicImageMapCollection^ ActionInfoWithDynamicImageMapAreas {
ActionInfoWithDynamicImageMapCollection^ get ();
}
member ActionInfoWithDynamicImageMapAreas : ActionInfoWithDynamicImageMapCollection
function get ActionInfoWithDynamicImageMapAreas () : ActionInfoWithDynamicImageMapCollection
Значение свойства
Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ActionInfoWithDynamicImageMapCollection
An ActionInfoWithDynamicImageMapCollection that contains the image maps and associated actions for this ImageInstance.