DataSourceDefinition.WindowsCredentials Property
SQL Server 2012
Gets or sets a value that indicates whether the report server passes user-provided or stored credentials as Windows credentials when it connects to a data source.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
When WindowsCredentials is set to true, the submitted credentials are processed as Windows credentials when the report server connects to a data source.
The report server impersonates the user before it makes 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.
