Skip to main content

ServiceKnownTypeProvider.IsRegistered(Type) Method

Specifies whether or not a custom parameter type is registered.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public static bool IsRegistered(
    Type type
)

Parameters

Name Type Description
type Type

A Type enumeration value.

Returns

Type Description
Boolean

true if the parameter type is registered; otherwise false.

Remarks

Use the IsRegistered method to check whether or not a specific custom parameter type is registered (using the ServiceKnownTypeProvider.Register or ServiceKnownTypeProvider.Register<T> method), so that it can be used in a report.

See Also