Skip to main content

ReportInitializer.GetDataSource<T>(String) Method

For internal use.

Namespace: DevExpress.XtraReports

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public T GetDataSource<T>(
    string name
)
    where T : IDataComponent

Parameters

Name Type
name String

Type Parameters

Name
T

Returns

Type
T
See Also