Skip to main content

ParameterTypeRegistrator.Register(Type) Method

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public static void Register(
    Type type
)

Parameters

Name Type Description
type Type

The custom parameter type to be registered.

Remarks

Use the static Register 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