ReportParameterInfo.Values 属性

获取参数值。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

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

属性值

类型:IList<String>
一组只读字符串值。

请参阅

参考

ReportParameterInfo 类

Microsoft.Reporting.WebForms 命名空间