Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.