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.
The available ValidValues objects for the parameter.
public:
property cli::array <ReportService2005::ValidValue ^> ^ ValidValues { cli::array <ReportService2005::ValidValue ^> ^ get(); void set(cli::array <ReportService2005::ValidValue ^> ^ value); };
public ReportService2005.ValidValue[] ValidValues { get; set; }
member this.ValidValues : ReportService2005.ValidValue[] with get, set
Public Property ValidValues As ValidValue()
Property Value
An array of ValidValues objects.
Remarks
This property supplies a list of valid values from which the user must choose a property value.