Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the credential retrieval settings for a data source.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration CredentialRetrievalEnum
'Usage
Dim instance As CredentialRetrievalEnum
[SerializableAttribute]
public enum CredentialRetrievalEnum
[SerializableAttribute]
public enum class CredentialRetrievalEnum
[<SerializableAttribute>]
type CredentialRetrievalEnum
public enum CredentialRetrievalEnum
Members
Member name | Description | |
---|---|---|
Integrated | Credentials are passed through Windows Authentication. | |
None | Credentials are not passed to the data source. | |
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. |