Class Validator
Contains methods used for validation of report.
Inheritance
System.Object
Validator
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public static class Validator
Methods
ValidateReport(Report, Boolean, CancellationToken)
Validate report.
Declaration
public static List<ValidationError> ValidateReport(Report report, bool checkIntersectObj = true, CancellationToken token = default(CancellationToken))
Parameters
Type | Name | Description |
---|---|---|
Report | report | |
System.Boolean | checkIntersectObj | Need set false if enabled backlight intersecting objects and report is designing. |
System.Threading.CancellationToken | token | Token for cancelling method if it execute in thread. |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<ValidationError> | List of errors. |