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

GuestConnectionProvider(String) Constructor

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

Namespace: DevExpress.ReportServer.ServiceModel.ConnectionProviders

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public GuestConnectionProvider(
    string serverAddress
)

Parameters

Name Type Description
serverAddress String

A String value, specifying the server address.

See Also