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.