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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
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