ExecutionInfo.CredentialsRequired Property

Definition

Indicates whether the report requires credentials.

public:
 property bool CredentialsRequired { bool get(); void set(bool value); };
public bool CredentialsRequired { get; set; }
member this.CredentialsRequired : bool with get, set
Public Property CredentialsRequired As Boolean

Property Value

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

Remarks

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

Applies to