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

WebDocumentViewerModel.RemoteSourceSettings Property

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

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v18.2.Web.dll

Declaration

public RemoteSourceSettings RemoteSourceSettings { get; set; }

Property Value

Type Description
RemoteSourceSettings

An object that specifies remote document source settings.

Remarks

The SettingsRemoteSource property 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.

See Also