Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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