CredentialRetrievalEnum Enumeration
Describes the credential retrieval settings for a data source.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
| Member name | Description | |
|---|---|---|
| Prompt | The user is prompted to provide credentials every time the data source is accessed. | |
| Store | Credentials are encrypted and stored in the report server database. | |
| Integrated | Credentials are passed through Windows Authentication. | |
| None | Credentials are not passed to the data source. |