ReportParameter.ValidValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the possible values for the parameter (for the end-user UI).
public:
property Microsoft::ReportingServices::RdlObjectModel::ValidValues ^ ValidValues { Microsoft::ReportingServices::RdlObjectModel::ValidValues ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::ValidValues ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.ValidValues ValidValues { get; set; }
member this.ValidValues : Microsoft.ReportingServices.RdlObjectModel.ValidValues with get, set
Public Property ValidValues As ValidValues
Property Value
A ValidValues object.