DataSourceCredentials Members

Include Protected Members
Include Inherited Members

Represents data source credentials.

The DataSourceCredentials type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public method Equals(Object) (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

Properties

  Name Description
Public property DataSourceName Gets or sets the name of the data source to which to pass credentials.
Public property Password Gets or sets the password to use when connecting to a data source.
Public property UserName Gets or sets the user name that the report server uses to connect to a data source.

Top