다음을 통해 공유


ValidValues.ParameterValues 속성

정의

유효한 매개 변수 값의 목록을 가져오거나 설정합니다.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ParameterValue ^> ^ ParameterValues { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ParameterValue ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ParameterValue ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ParameterValue>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ParameterValue> ParameterValues { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ParameterValue>))>]
member this.ParameterValues : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ParameterValue> with get, set
Public Property ParameterValues As IList(Of ParameterValue)

속성 값

유효한 매개 변수 값의 목록입니다.

특성

적용 대상