This topic has not yet been rated - Rate this topic

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)
public ImageMapAreasCollection ImageMap { get; set; }
/** @property */
public ImageMapAreasCollection get_ImageMap ()

/** @property */
public void set_ImageMap (ImageMapAreasCollection value)

public function get ImageMap () : ImageMapAreasCollection

public function set ImageMap (value : ImageMapAreasCollection)

Property Value

An ImageMapAreasCollection object containing the image map for the image.

New: 5 December 2005


Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.