Skip to main content

IDataSourceService.FillDataSources(XtraReport, String) Method

Fills the data sources of the specified report.

Namespace: DevExpress.XtraReports.Service.Extensions

Assembly: DevExpress.XtraReports.v23.2.Service.dll

NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard

Declaration

void FillDataSources(
    XtraReport report,
    string reportName
)

Parameters

Name Type Description
report XtraReport

An XtraReport object.

reportName String

A String value, specifying the report name.

See Also