corelibraries-devexpress-dot-reportserver-dot-printing-71bba838.md
Provides functionality to publish RemoteDocument objects.
Namespace : DevExpress.ReportServer.Printing
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
[ToolboxBitmap(typeof(ResFinder), "Bitmaps256.RemoteDocumentSource.bmp")]
public class RemoteDocumentSource :
Component,
IReport,
IDocumentSource,
ILink,
IComponent,
IDisposable,
IServiceProvider,
IExtensionsProvider
<ToolboxBitmap(GetType(ResFinder), "Bitmaps256.RemoteDocumentSource.bmp")>
Public Class RemoteDocumentSource
Inherits Component
Implements IReport,
IDocumentSource,
ILink,
IComponent,
IDisposable,
IServiceProvider,
IExtensionsProvider
To assign a remote document source to the DocumentViewer control, specify the following properties of the RemoteDocumentSource class.
The RemoteDocumentSource.AuthenticationType property.
The RemoteDocumentSource.ServiceUri property.
The rendering of RemoteDocument objects is performed by a RemotePrintingSystem.
To learn more, refer to the following tutorial: How to: Preview, Export and Print a Remotely Created Document.
Limitations
When the Document Preview shows remotely created documents, it does not provide the following capabilities:
Object MarshalByRefObject Component RemoteDocumentSource
See Also
How to: Preview, Export and Print a Remotely Created Document