Share via


Image.ImageMap Property

Returns an image map that provides regions for click events.

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

Syntax

'Declaration
Public Property ImageMap As ImageMapAreasCollection 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

Image Class

Microsoft.ReportingServices.ReportRendering Namespace