ImageInstance.ActionInfoWithDynamicImageMapAreas Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the image maps and associated actions for this ImageInstance.
public:
abstract property Microsoft::ReportingServices::OnDemandReportRendering::ActionInfoWithDynamicImageMapCollection ^ ActionInfoWithDynamicImageMapAreas { Microsoft::ReportingServices::OnDemandReportRendering::ActionInfoWithDynamicImageMapCollection ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMapCollection ActionInfoWithDynamicImageMapAreas { get; }
member this.ActionInfoWithDynamicImageMapAreas : Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMapCollection
Public MustOverride ReadOnly Property ActionInfoWithDynamicImageMapAreas As ActionInfoWithDynamicImageMapCollection
Property Value
An ActionInfoWithDynamicImageMapCollection that contains the image maps and associated actions for this ImageInstance.