共用方式為


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 命名空間