DataSourceCredentials Class
Represents data source credentials.
Assembly: ReportService2010 (in ReportService2010.dll)
| Name | Description | |
|---|---|---|
![]() | DataSourceCredentials() | Initializes a new instance of the DataSourceCredentials class. |
| Name | Description | |
|---|---|---|
![]() | DataSourceName | Sets the name of the data source to which to pass credentials. |
![]() | Password | Sets the password the report server uses to connect to a data source. |
![]() | UserName | Sets the user name 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 together with the M:ReportService2010.ReportingService2010.GetReportParameters(System.String,System.String,System.Boolean,ReportService2010.ParameterValue[],ReportService2010.DataSourceCredentials[]) 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.


