ExcelDataSourceConnectionParameters Class
Contains parameters used to establish a connection to an Excel workbook or CSV file.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v21.2.Core.dll
Declaration
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
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the ExcelDataSourceConnectionParameters class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.