Skip to main content

DxDocumentViewerRemoteSettings.ServerUri Property

Gets or sets the Report and Dashboard Server URI.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v23.2.JSBasedControls.Common.dll

NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.Common

Declaration

[Parameter]
public string ServerUri { get; set; }

Property Value

Type Description
String

A string that is the Report and Dashboard Server URI.

See Also