Skip to main content

SerializationFormatRule.CheckFormat(SerializationFormat) Method

Determines whether the rule allows the specified report layout serialization format.

Namespace: DevExpress.XtraReports.Security

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public bool CheckFormat(
    SerializationFormat format
)

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