Skip to main content

XtraReportWizardClient<TModel>.DataSourceFactory Property

For internal use.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v26.1.Extensions.dll

Declaration

public IDataSourceFactory DataSourceFactory { get; set; }

Property Value

Type Description
IDataSourceFactory

An object implementing the IDataSourceFactory interface.

See Also