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

RemoteDocument(PrintingSystemBase) Constructor

Initializes a new instance of the RemoteDocument class with the specified Printing System.

Namespace: DevExpress.ReportServer.Printing

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public RemoteDocument(
    PrintingSystemBase ps
)

Parameters

Name Type Description
ps PrintingSystemBase

A PrintingSystemBase descendant.

See Also