ExecutionInfo.ParametersRequired Property

Definition

Indicates whether the report requires parameter values to be supplied.

public:
 property bool ParametersRequired { bool get(); void set(bool value); };
public bool ParametersRequired { get; set; }
member this.ParametersRequired : bool with get, set
Public Property ParametersRequired As Boolean

Property Value

A Boolean value.

Remarks

The report will not run if this property is true.

Applies to