Udostępnij za pośrednictwem


Właściwość ExecutionInfo.CredentialsRequired

Wskazuje, czy raport wymaga poświadczenia.

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

Składnia

'Deklaracja
Public Property CredentialsRequired As Boolean
    Get
    Set
'Użycie
Dim instance As ExecutionInfo
Dim value As Boolean

value = instance.CredentialsRequired

instance.CredentialsRequired = value
public bool CredentialsRequired { get; set; }
public:
property bool CredentialsRequired {
    bool get ();
    void set (bool value);
}
member CredentialsRequired : bool with get, set
function get CredentialsRequired () : boolean
function set CredentialsRequired (value : boolean)

Wartość właściwości

Typ: System.Boolean
A wartość logiczna value.Wartość true wskazuje, że raport wymaga poświadczenia.

Uwagi

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