Skip to main content

XtraReportBase.FillDataSource() Method

Populates a data source, which is assigned to a report’s XtraReportBase.DataSource property.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public void FillDataSource()

Remarks

This method is intended for internal use only. Normally, you don’t need to use it.

See Also