Partager via


Propriété ParametersRequired

Indicates whether the report requires parameter values to be supplied.

Espace de noms :  ReportExecution2005
Assembly :  ReportExecution2005 (en ReportExecution2005.dll)

Syntaxe

'Déclaration
Public Property ParametersRequired As Boolean
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .Boolean
A Boolean value.

Notes

The report will not run if this property is true.