Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the report requires parameter values to be supplied.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Property ParametersRequired As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
A Boolean value.
Remarks
The report will not run if this property is true.