ExecutionInfo.AllowQueryExecution 속성

Indicates whether the user is allowed to provide values for parameters used in the query.

네임스페이스:  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
A Boolean value.

주의

If AllowQueryExecution is true, the snapshot will be cleared when the ResetExecution method is called.

AllowQueryExecution will return false for execution and history snapshots, and true for live reports and ad-hoc reports.

참고 항목

참조

ExecutionInfo 클래스

ReportExecution2005 네임스페이스