Skip to main content
A newer version of this page is available. .

ServiceKnownTypeProvider.IsRegistered(Type) Method

Specifies whether or not a custom parameter type is registered.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Data.v18.2.dll

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