Back to Devexpress

RemoteDocument Class

corelibraries-devexpress-dot-reportserver-dot-printing-c74aebc3.md

latest1.9 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class RemoteDocument :
    PrintingDocument
vb
Public Class RemoteDocument
    Inherits PrintingDocument

Remarks

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

Implements

IXtraSerializable

Inheritance

Object Document DevExpress.XtraPrinting.Native.PrintingDocument RemoteDocument

See Also

RemoteDocument Members

How to: Preview, Export and Print a Remotely Created Document

RemoteDocumentSource

DevExpress.ReportServer.Printing Namespace