Udostępnij przez


Właściwość Image.ImageMap

Zwraca mapę obrazu, zapewniający regionów kliknij zdarzenia.

Przestrzeń nazw:  Microsoft.ReportingServices.ReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public Property ImageMap As ImageMapAreasCollection
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: Microsoft.ReportingServices.ReportRendering.ImageMapAreasCollection
ImageMapAreasCollection Obiekt zawierający mapę obrazu na obraz.