Share via


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.