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 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