다음을 통해 공유


ValidValues 속성

Gets or sets the available ValidValue objects for the parameter.

네임스페이스:  ReportService2006
어셈블리:  ReportService2006.dll의 ReportService2006

구문

‘선언
Public Property ValidValues As ValidValue()
    Get
    Set
‘사용 방법
Dim instance As ReportParameter
Dim value As ValidValue()

value = instance.ValidValues

instance.ValidValues = value
public ValidValue[] ValidValues { get; set; }
public:
property array<ValidValue^>^ ValidValues {
    array<ValidValue^>^ get ();
    void set (array<ValidValue^>^ value);
}
member ValidValues : ValidValue[] with get, set
function get ValidValues () : ValidValue[]
function set ValidValues (value : ValidValue[])

속성 값

형식: array<ReportService2006. . :: . .ValidValue> [] () [] []
An array of ValidValue objects.

주의

This property supplies a list of valid values from which the user must select a property value.