ExcelDataSourceConnectionParameters Class
In This Article
Contains parameters used to establish a connection to an Excel workbook or CSV file.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public class ExcelDataSourceConnectionParameters :
FileConnectionParametersBase
#Remarks
The ExcelDataSourceConnectionParameters class instances provide parameters used to establish a connection to an Excel workbook or CSV file: the path to the file (FileConnectionParametersBase.FileName) and password (FileConnectionParametersBase.Password).
For more information about the use of classes that provide data connection parameters, see DataConnectionParametersBase.
You can pass connection parameters when you handle the ConfigureDataConnection event:
- Web - ASPxDashboard.ConfigureDataConnection
- Web - DashboardConfigurator.ConfigureDataConnection
- Web - Dashboard.ConfigureDataConnection
- WinForms - DashboardDesigner.ConfigureDataConnection
- WinForms - DashboardViewer.ConfigureDataConnection
- WPF - DashboardControl.ConfigureDataConnection
#Inheritance
Object
DataConnectionParametersBase
FileConnectionParametersBase
ExcelDataSourceConnectionParameters
See Also