ReportParameter.QueryParameter 屬性

定義

表示該參數是否用於查詢外部資料來源。

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

屬性值

一個只讀 Boolean 值。

備註

QueryParameter屬性的值在 Reporting Services Execution Web service 代理類別中有一個對應QueryParameterSpecified的屬性。 由於 QueryParameter 是唯讀且終端使用者無法設定,因此不需要指定此屬性。 欲了解更多關於指定屬性的資訊,請參閱「 省略可選網路服務物件的值」。

適用於