Skip to main content
A newer version of this page is available. .

ServerUserConnectionProvider(String, String, String) Constructor

Initializes a new instance of the ServerUserConnectionProvider class with the specified server address and user credentials.

Namespace: DevExpress.ReportServer.ServiceModel.ConnectionProviders

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public ServerUserConnectionProvider(
    string serverAddress,
    string userName,
    string password
)

Parameters

Name Type Description
serverAddress String

A String value, specifying the server address.

userName String

A String value, specifying the user name.

password String

A String value, specifying the user password.

See Also