SerializationFormatRule.CheckFormat(SerializationFormat) Method
Determines whether the rule allows the specified report layout serialization format.
Namespace: DevExpress.XtraReports.Security
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
format | SerializationFormat | The report layout serialization format whose accessibility this method checks. |
Returns
Type | Description |
---|---|
Boolean | true, if the specified report layout serialization format is allowed in the application. Otherwise, false. |
See Also