ReportParameterInfo.ValidValues 屬性

 

發佈時間: 2016年4月

取得參數可用的有效值。唯讀。

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

語法

public IList<ValidValue> ValidValues { get; }
public:
property IList<ValidValue^>^ ValidValues {
    IList<ValidValue^>^ get();
}
member ValidValues : IList<ValidValue> with get
Public ReadOnly Property ValidValues As IList(Of ValidValue)

屬性值

Type: System.Collections.Generic.IList<ValidValue>

ValidValue 物件的唯讀陣列。

備註

您可以在使用者介面中,向使用者顯示參數的有效值。

請參閱

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

回到頁首