Unplanned
Last Updated: 23 Feb 2026 13:28 by Dialog
Dialog
Created on: 23 Feb 2026 13:28
Category: Reporting
Type: Bug Report
1
String parameters containing hyphenated numeric values are incorrectly serialized as dates by System.Text.Json

When using a report parameter of type string whose value resembles a date format (e.g., "3036-01"), the System.Text.Json serialization logic used by Telerik Reporting incorrectly treats the value as a date instead of a plain string. As a result, the parameter is serialized and displayed as a parsed DateTime value rather than the original text, leading to unexpected outputs such as "3036-01-01T00:00:00.0000000":

0 comments