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

唯讀的 Boolean 值。

備註

ValidValuesQueryBased只有當有效的值與參數相關聯時,才會傳回屬性的值。 當指定了明確的有效值清單,或提供了查詢或運算式來提供有效的值時,就會發生這種情況。

適用於