DashboardExtractDataSource(String, String) Constructor
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.
Initializes a new instance of the DashboardExtractDataSource class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dataSourceName | String | A String that specifies the name of the data source. |
| fileName | String | A String that specifies the path to the a file containing a data extract. |
See Also