Skip to main content

ChooseJsonSourcePage.Uri Property

Specifies the path to a JSON data source.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

[BindableProperty(OnPropertyChangedMethodName = "OnChanged")]
public virtual string Uri { get; set; }

Property Value

Type Description
String

The path to a JSON data source.

Remarks

This property can be specified when the ConnectionType property is set to Uri.

See Also