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

XtraReportWizardClient<TModel>.DataSourceFactory Property

For internal use.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v20.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public IDataSourceFactory DataSourceFactory { get; set; }

Property Value

Type Description
IDataSourceFactory

An object implementing the IDataSourceFactory interface.

See Also