Freigeben über


ExecutionInfo.CredentialsRequired-Eigenschaft

Indicates whether the report requires credentials.

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

'Declaration
Public Property CredentialsRequired As Boolean 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Boolean
A Boolean value. A value of true indicates that the report requires credentials.

Hinweise

The report will not run if the CredentialsRequired property is true.

Siehe auch

Verweis

ExecutionInfo Klasse

ReportExecution2005-Namespace