ActionInfoWithDynamicImageMap.ImageMapAreaInstances-Eigenschaft
Gets the instance objects for this report definition object.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ImageMapAreaInstances As ImageMapAreaInstanceCollection
Get
'Usage
Dim instance As ActionInfoWithDynamicImageMap
Dim value As ImageMapAreaInstanceCollection
value = instance.ImageMapAreaInstances
public ImageMapAreaInstanceCollection ImageMapAreaInstances { get; }
public:
property ImageMapAreaInstanceCollection^ ImageMapAreaInstances {
ImageMapAreaInstanceCollection^ get ();
}
member ImageMapAreaInstances : ImageMapAreaInstanceCollection
function get ImageMapAreaInstances () : ImageMapAreaInstanceCollection
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ImageMapAreaInstanceCollection
An ImageMapAreaInstanceCollection object.
Siehe auch
Verweis
ActionInfoWithDynamicImageMap Klasse
Microsoft.ReportingServices.OnDemandReportRendering-Namespace