Skip to main content

XtraReportWizardClient<TModel>.DataSourceFactory Property

For internal use.

Namespace: DevExpress.XtraReports.Wizards

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