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

適用於