次の方法で共有


AllowQueryExecution プロパティ

クエリで使用するパラメータの値をユーザーが指定できるかどうかを示します。

名前空間:  ReportExecution2005
アセンブリ:  ReportExecution2005 (ReportExecution2005.dll)

構文

'宣言
Public Property AllowQueryExecution As Boolean
    Get
    Set
'使用
Dim instance As ExecutionInfo
Dim value As Boolean

value = instance.AllowQueryExecution

instance.AllowQueryExecution = value
public bool AllowQueryExecution { get; set; }
public:
property bool AllowQueryExecution {
    bool get ();
    void set (bool value);
}
member AllowQueryExecution : bool with get, set
function get AllowQueryExecution () : boolean
function set AllowQueryExecution (value : boolean)

プロパティ値

型: System. . :: . .Boolean
Boolean 値です。

説明

AllowQueryExecution が true の場合、ResetExecution メソッドの呼び出し時にスナップショットがクリアされます。

AllowQueryExecution は、実行スナップショットと履歴スナップショットに対して false を返し、ライブ レポートとアドホック レポートに対して true を返します。