Compartir a través de


ImageMap Propiedad

Returns an image map that provides regions for click events.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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