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 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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ImageMapAreaInstanceCollection
An ImageMapAreaInstanceCollection object.
See Also
Reference
ActionInfoWithDynamicImageMap Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace