ReportParameter.ValidValues 属性

Gets or sets the 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)

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.ValidValues
A ValidValues object.

请参阅

参考

ReportParameter 类

Microsoft.ReportingServices.RdlObjectModel 命名空间