Skip to main content

ServiceKnownTypeProvider.Register<T>() Method

Registers a custom parameter type.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

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