ReportParameterInfo.Name 屬性

 

發佈時間: 2016年4月

取得參數的名稱。唯讀。

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

語法

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

屬性值

Type: System.String

包含參數名稱的 String

請參閱

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

回到頁首