DataSourceDefinition.WindowsCredentials 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 Server passes user-provided or stored credentials as Windows credentials when connecting to a data source.
public:
property bool WindowsCredentials { bool get(); void set(bool value); };
public bool WindowsCredentials { get; set; }
member this.WindowsCredentials : bool with get, set
Public Property WindowsCredentials As Boolean
Property Value
A Boolean
value. The default value is false
.
Remarks
When WindowsCredentials is set to true
, the submitted credentials are treated as Windows credentials when connecting to a data source.
The Report Server impersonates the user before making the connection to the data source.
This property is valid when the CredentialRetrieval property is set to Prompt
or Store
. This property is ignored if CredentialRetrieval is set to Integrated
.