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

ServiceKnownTypeProvider.Register<T>() Method

Registers a custom parameter type.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Data.v18.2.dll

Declaration

public static void Register<T>()

Type Parameters

Name
T

Remarks

If a report employs parameters, they are automatically passed between the server and client if the parameters correspond to one of the following types: String, DateTime, Int32, Float, Double, or Decimal.

And, if parameters of other types are used, these types should be registered on both the server and client, using the Register<T> method.

For more information, see Creating Custom Report Parameters.

See Also