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.
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.