ExecutionInfo.ParametersRequired Property

 

Applies To: SQL Server 2016 Preview

Indicates whether the report requires parameter values to be supplied.

Namespace:   ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

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

Property Value

Type: System.Boolean

A Boolean value.

Remarks

The report will not run if this property is true.

See Also

ExecutionInfo Class
ReportExecution2005 Namespace

Return to top