Skip to main content
All docs
V25.1
  • DataSetToSqlDataSourceConverter(DataSet, Action<String>) Constructor

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

    Namespace: DevExpress.XtraReports.Import

    Assembly: DevExpress.XtraReports.v25.1.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