ReportParameter.ValidValuesQueryBased 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出參數的有效值是否根據查詢得來。 唯讀。
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只有當有效的值與參數相關聯時,才會傳回屬性的值。 當指定了明確的有效值清單,或提供了查詢或運算式來提供有效的值時,就會發生這種情況。