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

RemoteDocument Class

A document that is created by a remote service (a Report and Dashboard Server or custom WCF report service).

Namespace: DevExpress.ReportServer.Printing

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

Declaration

public class RemoteDocument :
    PrintingDocument

Remarks

The RemoteDocument objects are supplied by a RemoteDocumentSource that is assigned to the DocumentViewer.DocumentSource property.

Inheritance

Object
Document
DevExpress.XtraPrinting.Native.PrintingDocument
RemoteDocument
See Also