AddValidValue 메서드 (ValidValue)
Adds a valid value using the ValidValue class.
네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces
Microsoft.ReportingServices.SharePoint.UI.WebParts.dll의 Microsoft.ReportingServices.SharePoint.UI.WebParts
구문
‘선언
Public Sub AddValidValue ( _
val As ValidValue _
)
‘사용 방법
Dim instance As Setting
Dim val As ValidValue
instance.AddValidValue(val)
public void AddValidValue(
ValidValue val
)
public:
void AddValidValue(
ValidValue^ val
)
member AddValidValue :
val:ValidValue -> unit
public function AddValidValue(
val : ValidValue
)
매개 변수
- val
형식: Microsoft.ReportingServices.Interfaces. . :: . .ValidValue
A ValidValue object that contains the label and the value for the setting.