Skip to main content

RemoteSourceSettings.ServerUri Property

Specifies the Report and Dashboard Server URI.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[DataMember(Name = "serverUri")]
public string ServerUri { get; set; }

Property Value

Type Description
String

A String value that specifies the Report and Dashboard Server URI.

Property Paths

You can access this nested property as listed below:

Object Type Path to ServerUri
WebDocumentViewerSettingsBase
.RemoteSourceSettings .ServerUri

Remarks

You can configure the Web Document Viewer to show 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