Поделиться через


Свойство 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