ExecutionInfo.ParametersRequired 속성

Indicates whether the report requires parameter values to be supplied.

네임스페이스:  ReportExecution2005
어셈블리:  ReportExecution2005(ReportExecution2005.dll)

구문

‘선언
Public Property ParametersRequired As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As ExecutionInfo 
Dim value As Boolean 

value = instance.ParametersRequired

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

속성 값

유형: System.Boolean
A Boolean value.

주의

The report will not run if this property is true.

참고 항목

참조

ExecutionInfo 클래스

ReportExecution2005 네임스페이스