Skip to main content

WindowsUserConnectionProvider(String) Constructor

Initializes a new instance of the WindowsUserConnectionProvider class with the specified server address.

Namespace: DevExpress.ReportServer.ServiceModel.ConnectionProviders

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

NuGet Package: DevExpress.Printing.Core

Declaration

public WindowsUserConnectionProvider(
    string serverAddress
)

Parameters

Name Type Description
serverAddress String

A String value, specifying the server address.

See Also