DataSourceCredentials Class
Represents data source credentials.
Assembly: ReportService2005 (in ReportService2005.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. |
![]() | Password | Gets or sets the password to use when connecting to a data source. |
![]() | UserName | Gets or sets the user name that the report server uses to connect to a 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 Render 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.


