Udostępnij za pośrednictwem


Właściwość ExecutionInfo.ParametersRequired

Wskazuje, czy raport wymaga wartości parametrów mają być dostarczone.

Przestrzeń nazw:  ReportExecution2005
Zestaw:  ReportExecution2005 (w ReportExecution2005.dll)

Składnia

'Deklaracja
Public Property ParametersRequired As Boolean
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Boolean
A wartość logiczna value.

Uwagi

Raport nie będzie działać, jeśli ta właściwość jest true.