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>
読み取り専用の文字列値の一覧。
参照
ReportParameterInfo クラス
Microsoft.Reporting.WinForms 名前空間
トップに戻る