Skip to main content

IExtensionsResolver.GetExtensions<T>() Method

Provides access to the available extensions.

Namespace: DevExpress.XtraReports.Service

Assembly: DevExpress.XtraReports.v23.2.Service.dll

NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard

Declaration

IEnumerable<T> GetExtensions<T>()

Type Parameters

Name
T

Returns

Type Description
IEnumerable<T>

A strongly typed collection.

See Also