Partilhar via


Propriedade ImageMap

Returns an image map that provides regions for click events.

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

Sintaxe

'Declaração
Public Property ImageMap As ImageMapAreasCollection
    Get
    Set
'Uso
Dim instance As Image
Dim value As ImageMapAreasCollection

value = instance.ImageMap

instance.ImageMap = value
public ImageMapAreasCollection ImageMap { get; set; }
public:
property ImageMapAreasCollection^ ImageMap {
    ImageMapAreasCollection^ get ();
    void set (ImageMapAreasCollection^ value);
}
member ImageMap : ImageMapAreasCollection with get, set
function get ImageMap () : ImageMapAreasCollection
function set ImageMap (value : ImageMapAreasCollection)

Valor da propriedade

Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .ImageMapAreasCollection
An ImageMapAreasCollection object containing the image map for the image.