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 。 當指定明確的有效值清單,或提供查詢或表達式以提供有效值時,就會發生這種情況。