ExecutionInfo.CredentialsRequired 속성

Indicates whether the report requires credentials.

네임스페이스:  ReportExecution2005
어셈블리:  ReportExecution2005(ReportExecution2005.dll)

구문

‘선언
Public Property CredentialsRequired As Boolean 
    Get 
    Set
‘사용 방법
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)

속성 값

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

주의

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

참고 항목

참조

ExecutionInfo 클래스

ReportExecution2005 네임스페이스