DataSourceCredentials Class

Definition

Represents data source credentials.

public ref class DataSourceCredentials
public class DataSourceCredentials
type DataSourceCredentials = class
Public Class DataSourceCredentials
Inheritance
DataSourceCredentials

Remarks

Use the DataSourceCredentials class with the Render method to pass credentials to an external data source.

Constructors

DataSourceCredentials()

Initializes a new instance of the DataSourceCredentials class.

Properties

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.

Applies to