ReportParameter.Values 屬性

 

發佈時間: 2016年4月

取得包含一個或多個參數值的 String 物件集合。

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

語法

public StringCollection Values { get; }
public:
property StringCollection^ Values {
    StringCollection^ get();
}
member Values : StringCollection with get
Public ReadOnly Property Values As StringCollection

屬性值

Type: System.Collections.Specialized.StringCollection

StringCollection 物件。

請參閱

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

回到頁首