This topic has not yet been rated - Rate this topic

DataSourceDefinition.WindowsCredentials Property

Indicates whether the Report Server passes user-provided or stored credentials as Windows credentials when connecting to a data source.

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)
public bool WindowsCredentials { get; set; }

Property Value

Type: System.Boolean
A Boolean value. The default value is false.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.