Skip to main content

RemoteSourceSettings Class

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

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[DataContract]
public class RemoteSourceSettings :
    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