Skip to main content
All docs
V23.2

DataSetToSqlDataSourceConverter(DataSet, Action<String>) Constructor

Initializes a new instance of the DataSetToSqlDataSourceConverter class with specified settings.

Namespace: DevExpress.XtraReports.Import

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public DataSetToSqlDataSourceConverter(
    DataSet dataSet,
    Action<string> trace = null
)

Parameters

Name Type
dataSet DataSet

Optional Parameters

Name Type Default
trace Action<String> null
See Also