ExecutionInfo.CredentialsRequired Property

 

Applies To: SQL Server 2016 Preview

Indicates whether the report requires credentials.

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

Syntax

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

Property Value

Type: System.Boolean

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.

See Also

ExecutionInfo Class
ReportExecution2005 Namespace

Return to top