DataSourceCredentials Class
Represents data source credentials.
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
| Name | Description | |
|---|---|---|
![]() | DataSourceCredentials() | Initializes a new instance of the DataSourceCredentials class. |
| Name | Description | |
|---|---|---|
![]() | DataSourceName | Gets or sets the name of the data source to which to pass credentials. String. |
![]() | Password | Gets or sets the password that the report server uses to connect to an external data source. |
![]() | UserName | Gets or sets the user name that the report server uses to connect to an external data source. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Use the DataSourceCredentials class with the SetExecutionCredentials or SetExecutionCredentials2 method to pass credentials to an external data source.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


