다음을 통해 공유


ParametersRequired 속성

Indicates whether the report requires parameter values to be supplied.

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

구문

‘선언
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.