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

RemotePrintingSystem(IReportServiceClient) Constructor

Initializes a new instance of the RemotePrintingSystem class with the specified settings.

Namespace: DevExpress.ReportServer.Printing

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

Declaration

public RemotePrintingSystem(
    IReportServiceClient client
)

Parameters

Name Type Description
client IReportServiceClient

An object implementing the IReportServiceClient interface. (Typically, this is a ReportServiceClient object.)

See Also