Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the report requires credentials.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Property CredentialsRequired As Boolean
Get
Set
'Usage
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)
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.