다음을 통해 공유


ValidValues 속성

Possible values for the parameter (for the end-user UI)

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

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

value = instance.ValidValues

instance.ValidValues = value
public ValidValues ValidValues { get; set; }
public:
property ValidValues^ ValidValues {
    ValidValues^ get ();
    void set (ValidValues^ value);
}
member ValidValues : ValidValues with get, set
function get ValidValues () : ValidValues
function set ValidValues (value : ValidValues)