DataSetToSqlDataSourceConverter(DataSet, Action<String>) Constructor
Initializes a new instance of the DataSetToSqlDataSourceConverter class with specified settings.
Namespace: DevExpress.XtraReports.Import
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type |
---|---|
dataSet | DataSet |
Optional Parameters
Name | Type | Default |
---|---|---|
trace | Action<String> | null |
See Also