ExecutionInfo.CredentialsRequired Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the report requires credentials.
public:
property bool CredentialsRequired { bool get(); void set(bool value); };
public bool CredentialsRequired { get; set; }
member this.CredentialsRequired : bool with get, set
Public Property CredentialsRequired As Boolean
Property Value
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
.