Skip to main content

ConnectionProvider(String) Constructor

Initializes a new instance of the ConnectionProvider 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 ConnectionProvider(
    string serverAddress
)

Parameters

Name Type Description
serverAddress String

A String value, specifying the server address.

See Also