Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IReportJsonSerializer Methods

A service that serializes a report to JSON and deserializes JSON to report.
Name Description
DeserializeFromJson(String) Converts the specified string to the XtraReport object.
DeserializeFromJsonAsync(String)
SerializeToJson(XtraReport) Serializes a report to a JSON string and preserves the object reference information.
See Also