Skip to main content
A newer version of this page is available. .

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

Creates a data source with the specified parameters.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

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