ValidValues.ParameterValues 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置有效参数值的列表。
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)
属性值
有效参数值的列表。
- 属性