共用方式為


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 命名空間