Setting.ValidValues 속성

A set of values that can be configured for the setting.

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:   Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

구문

‘선언
Public Property ValidValues As ValidValue()
    Get 
    Set
‘사용 방법
Dim instance As Setting 
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<Microsoft.ReportingServices.Interfaces.ValidValue[]
A collection of ValidValue objects containing the valid values for the setting.

참고 항목

참조

Setting 클래스

Microsoft.ReportingServices.Interfaces 네임스페이스