ReportParameter.ValidValues 属性

定义

参数的可用 ValidValues 对象。

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()

属性值

一个 ValidValues 对象数组。

注解

此属性提供用户必须从中选择属性值的有效值的列表。

适用于