ReportParameterInfo.Values 屬性

 

發佈時間: 2016年4月

取得參數的值。

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

語法

public IList<string> Values { get; }
public:
property IList<String^>^ Values {
    IList<String^>^ get();
}
member Values : IList<string> with get
Public ReadOnly Property Values As IList(Of String)

屬性值

Type: System.Collections.Generic.IList<String>

String 值的唯讀清單。

請參閱

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

回到頁首