ReportParameterInfo.ValidValues 属性

获取可用的有效参数值。只读。

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

语法

声明
Public ReadOnly Property ValidValues As IList(Of ValidValue)
    Get
用法
Dim instance As ReportParameterInfo
Dim value As IList(Of ValidValue)

value = instance.ValidValues
public IList<ValidValue> ValidValues { get; }
public:
property IList<ValidValue^>^ ValidValues {
    IList<ValidValue^>^ get ();
}
member ValidValues : IList<ValidValue>
function get ValidValues () : IList<ValidValue>

属性值

类型:System.Collections.Generic.IList<ValidValue>
一组只读 ValidValue 对象。

注释

您可以在用户界面中向用户显示有效的参数值。

请参阅

参考

ReportParameterInfo 类

Microsoft.Reporting.WebForms 命名空间