共用方式為


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 命名空間