Skip to main content

DataSchema(String, String) Constructor

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

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public DataSchema(
    string tablesDataSchema,
    string viewsDataSchema
)

Parameters

Name Type Description
tablesDataSchema String

A String value.

viewsDataSchema String

A String value.

See Also