Skip to main content

RemotePrintingSystem(IReportServiceClient) Constructor

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

Namespace: DevExpress.ReportServer.Printing

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

NuGet Package: DevExpress.Printing.Core

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