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

SerializationFormatRule Class

OBSOLETE

This class is now obsolete.Deserialization from CodeDOM format is unsafe and has been disabled. See the following article for more information: https://go.devexpress.com/Feb2025_Deserialization_Issue_Reporting_CodeDOM.aspx

A rule that allows or denies a report layout serialization format.

Namespace: DevExpress.XtraReports.Security

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

[Obsolete("This class is now obsolete.Deserialization from CodeDOM format is unsafe and has been disabled. See the following article for more information: https://go.devexpress.com/Feb2025_Deserialization_Issue_Reporting_CodeDOM.aspx", true)]
public class SerializationFormatRule :
    IAccessRule

The following members return SerializationFormatRule objects:

#Inheritance

Object
SerializationFormatRule
See Also