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

IDataSourceService.FillDataSources(XtraReport, String) Method

Fills the data sources of the specified report.

Namespace: DevExpress.XtraReports.Service.Extensions

Assembly: DevExpress.XtraReports.v19.1.Service.dll

NuGet Package: DevExpress.Reporting.WCF

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