DocumentMapNavigationEventArgs.DocumentMapId 屬性

 

發佈時間: 2016年4月

取得所選文件引導模式節點的唯一識別碼。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

public string DocumentMapId { get; }
public:
property String^ DocumentMapId {
    String^ get();
}
member DocumentMapId : string with get
Public ReadOnly Property DocumentMapId As String

屬性值

Type: System.String

包含文件引導模式節點識別碼的唯讀 string 值。

請參閱

DocumentMapNavigationEventArgs 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首