Skip to main content

ParameterTypeRegistrator.Register<T>() Method

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public static void Register<T>()

Type Parameters

Name
T

Remarks

Use the static Register<T> method to enable end-users to create parameters of the specified type in an Report Designer.

For more information, see Using Report Parameters and Registering Custom Report Parameter Types.

See Also