Partilhar via


Propriedade ReportParameterInfo.ValidValues

Gets the available valid values for the parameter. Read-only.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
Public ReadOnly Property ValidValues As IList(Of ValidValue)
public IList<ValidValue> ValidValues { get; }
public:
property IList<ValidValue^>^ ValidValues {
    IList<ValidValue^>^ get ();
}
member ValidValues : IList<ValidValue> with get
function get ValidValues () : IList<ValidValue>

Valor de propriedade

Tipo: IList<ValidValue>
A read-only array of ValidValue objects.

Comentários

You can display the valid values of a parameter to the user in a user interface.

Consulte também

Referência

ReportParameterInfo Classe

Namespace Microsoft.Reporting.WinForms