DataSourceCredentials Class

Represents data source credentials.

Inheritance Hierarchy

System.Object
  ReportService2006.DataSourceCredentials

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DataSourceCredentials
'Usage
Dim instance As DataSourceCredentials
[SerializableAttribute]
public class DataSourceCredentials
[SerializableAttribute]
public ref class DataSourceCredentials
[<SerializableAttribute>]
type DataSourceCredentials =  class end
public class DataSourceCredentials

The DataSourceCredentials type exposes the following members.

Constructors

  Name Description
Public method DataSourceCredentials Initializes a new instance of the DataSourceCredentials class.

Top

Properties

  Name Description
Public property DataSourceName Sets the name of the data source to which to pass credentials.
Public property Password Sets the password the report server uses to connect to a data source.
Public property UserName Sets the user name the report server uses to connect to a data source.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

Use the DataSourceCredentials class together with the GetReportParameters(String, String, Boolean, array<ParameterValue[], array<DataSourceCredentials[]) method to pass credentials to an external data source.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference