ServiceKnownTypeProvider.IsRegistered(Type) Method
Specifies whether or not a custom parameter type is registered.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Printing.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
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.