Skip to main content

ReportDesignerViewModel.ServiceUri Property

Specifies the universal resource identifier (URI) of the Report Service defined for ReportDesignerViewModel.

Namespace: DevExpress.Xpf.ReportDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v14.2.dll

#Declaration

public string ServiceUri { get; set; }

#Property Value

Type Description
String

A String value, specifying the Report Service URI.

See Also