ReportParameter.UsedInQuery プロパティ

定義

クエリでパラメータが使用されるかどうかを示します。

public:
 property bool UsedInQuery { bool get(); };
public bool UsedInQuery { get; }
member this.UsedInQuery : bool
Public ReadOnly Property UsedInQuery As Boolean

プロパティ値

パラメータがクエリで使用されるかどうかを示す Booleantrueの値は、そのパラメータがクエリで使用されていることを示します。

適用対象