ReportServiceClientFactory(EndpointAddress, Binding) Constructor
In This Article
Initializes a new instance of the ReportServiceClientFactory class with the specified remote address and binding.
Namespace: DevExpress.DocumentServices.ServiceModel.Client
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public ReportServiceClientFactory(
EndpointAddress remoteAddress,
Binding binding
)
#Parameters
Name | Type | Description |
---|---|---|
remote |
Endpoint |
An Endpoint |
binding | Binding | A Binding object. |
See Also