Back to Devexpress

RemoteSourceSettings Class

corelibraries-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewer-dot-datacontracts-3ded9ae5.md

latest2.1 KB
Original Source

RemoteSourceSettings Class

Provides settings for the Web Document Viewer‘s remote document source.

Namespace : DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[DataContract]
public class RemoteSourceSettings :
    SerializableSettingsBase
vb
<DataContract>
Public Class RemoteSourceSettings
    Inherits SerializableSettingsBase

The following members return RemoteSourceSettings objects:

Remarks

A RemoteSourceSettings class allows you to configure the Web Document Viewer to display documents that are created remotely with the DevExpress Report and Dashboard Server.

See Display Documents from the Report and Dashboard Server for more information.

Inheritance

Object DevExpress.Utils.SerializableSettingsBase RemoteSourceSettings

See Also

RemoteSourceSettings Members

DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts Namespace