RemotePrintingSystem(IReportServiceClient) Constructor
Initializes a new instance of the RemotePrintingSystem class with the specified settings.
Namespace: DevExpress.ReportServer.Printing
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
client | IReportServiceClient | An object implementing the IReportServiceClient interface. (Typically, this is a ReportServiceClient object.) |
See Also