ReportParameter.ValidValuesQueryBased 属性

定义

指示参数的有效值是否基于查询。 只读。

public:
 property bool ValidValuesQueryBased { bool get(); void set(bool value); };
public bool ValidValuesQueryBased { get; set; }
member this.ValidValuesQueryBased : bool with get, set
Public Property ValidValuesQueryBased As Boolean

属性值

只读的 Boolean 值。

注解

仅当有效值 ValidValuesQueryBased 与 参数关联时,才会返回 属性的值。 如果指定了有效值的显式列表,或者提供了查询或表达式来提供有效值,则会发生此情况。

适用于