Unplanned
Last Updated: 11 Jan 2023 10:28 by Sparky
Sparky
Created on: 11 Jan 2023 10:28
Type: Feature Request
2
Allow deserializing reports to a custom report class that inherits from Telerik.Reporting.Report

Currently, I am using XmlSerializer to deserialize .trdx file, and it returns Telerik.Reporting.Report type object.

Since, for a long time, I need to add my own functions to be available in the report's expressions, and this need becomes larger and larger, it would be great if I could use the Telerik.Reporting.XmlSerialization.ReportXmlSerializer class to deserialize the .trdx file in my derived class.

For example:

var report = new Telerik.Reporting.XmlSerialization.ReportXmlSerializer().Deserialize<MyReportDerivedClass>(TemplateStream);
0 comments