Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMapCollection
An ActionInfoWithDynamicImageMapCollection that contains the image maps and associated actions for this ImageInstance.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace