Proprietà ExecutionInfo.CredentialsRequired
Indicates whether the report requires credentials.
Spazio dei nomi ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Sintassi
'Dichiarazione
Public Property CredentialsRequired As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Boolean
A Boolean value. A value of true indicates that the report requires credentials.
Osservazioni
The report will not run if the CredentialsRequired property is true.