Compartilhar via


Propriedade ImageMapAreaInstances

Gets the instance objects for this report definition object.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property ImageMapAreaInstances As ImageMapAreaInstanceCollection
    Get
'Uso
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