ChooseJsonSourcePage.ConnectionType Property
Specifies the type of the connection to a JSON data source.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v25.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
[BindableProperty(OnPropertyChangedMethodName = "OnChanged")]
public virtual JsonConnectionType ConnectionType { get; set; }
Property Value
| Type | Description |
|---|---|
| JsonConnectionType | A JsonConnectionType enumeration value that specifies the type of connection to a JSON data source. |
Available values:
| Name | Description |
|---|---|
| Uri | A Web Service Endpoint URI. |
| File | A JSON file. |
| Custom | A string with JSON content. |
See Also