Skip to main content
A newer version of this page is available. .
All docs
V21.2

DataSourceManager.AddDataSources(XtraReport, IComponent[]) Method

A static method that adds data source(s) to a report.

Namespace: DevExpress.XtraReports

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public static void AddDataSources(
    XtraReport report,
    params IComponent[] dataSources
)

Parameters

Name Type Description
report XtraReport

The report to which data sources should be added.

dataSources IComponent[]

Data source(s) to add to the report.

See Also