Свойство ImageMapArea.ID

Gets or sets the identifier for the image map area.

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Property ID As String 
    Get 
    Set
'Применение
Dim instance As ImageMapArea 
Dim value As String 

value = instance.ID

instance.ID = value
public string ID { get; set; }
public:
property String^ ID {
    String^ get ();
    void set (String^ value);
}
member ID : string with get, set
function get ID () : String 
function set ID (value : String)

Значение свойства

Тип: System.String
A string containing the identifier for the image map area.

См. также

Справочник

ImageMapArea Класс

Пространство имен Microsoft.ReportingServices.ReportRendering