Skip to main content

ChooseJsonSourcePage.FilePath Property

SECURITY-RELATED CONSIDERATIONS

Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

Specifies the path to a JSON file.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

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

Property Value

Type Description
String

The path to a JSON file.

Remarks

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

See Also