Skip to main content

ConnectionPropertiesPage.FileName 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 database file.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual string FileName { get; set; }

Property Value

Type Description
String

A String value, specifying the path to a database.

Remarks

This property is in effect for the following data providers.

  • Firebird
  • Microsoft Access 97
  • Microsoft Access 2007
  • Microsoft SQL Server CE
  • SAP Sybase Advantage
  • SAP Sybase SQL Anywhere
  • SQLite
  • VistaDB
  • XML file
See Also