ExecutionInfo.ParametersRequired Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.