Skip to main content

IDataSourceFactory.CreateDataSource(IDataSourceModel, out Object, out String) Method

Creates a data source with the specified parameters.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

void CreateDataSource(
    IDataSourceModel model,
    out object dataSource,
    out string dataMember
)

Parameters

Name Type Description
model IDataSourceModel

An object implementing the IDataSourceModel interface.

dataSource Object

A Object value.

dataMember String

A String value.

See Also