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

ReportInitializer.GetDataSource(String) Method

Namespace: DevExpress.XtraReports

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public IDataComponent GetDataSource(
    string name
)

Parameters

Name Type
name String

Returns

Type
IDataComponent
See Also