Propriété ImageMap
Returns an image map that provides regions for click events.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Property ImageMap As ImageMapAreasCollection
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.ReportingServices.ReportRendering. . :: . .ImageMapAreasCollection
An ImageMapAreasCollection object containing the image map for the image.