Skip to main content

ParameterTypeRegistrator.Register(Type, String) Method

Provides a custom parameter type with the specified display name to an Report Designer.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public static void Register(
    Type type,
    string displayName
)

Parameters

Name Type Description
type Type

The custom parameter type to be registered.

displayName String

The display name for the custom parameter type.

Remarks

Use the static Register method to enable end-users to create parameters of the specified type in an Report Designer. If the specified parameter type already exists, its display name will be overridden.

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

See Also