Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the image maps and associated actions for this ImageInstance.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ActionInfoWithDynamicImageMapAreas As ActionInfoWithDynamicImageMapCollection
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMapCollection
An ActionInfoWithDynamicImageMapCollection that contains the image maps and associated actions for this ImageInstance.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace