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

ReportInitializer.GetControl<T>(String) Method

Namespace: DevExpress.XtraReports

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public T GetControl<T>(
    string name
)
    where T : XRControl

Parameters

Name Type
name String

Type Parameters

Name
T

Returns

Type
T
See Also