Interface IReportBatchValidator
Implemented by services that check whether a sequence of batch operations can be applied to a report, returning the validation result without modifying the report.
Namespace: Reportman.Reporting.Design
Assembly: Reportman.Reporting.Design.dll
Syntax
public interface IReportBatchValidator
Methods
View SourceValidate(Report, IReadOnlyList<ReportBatchOperation>)
Declaration
ReportBatchValidationResult Validate(Report report, IReadOnlyList<ReportBatchOperation> operations)
Parameters
| Type | Name | Description |
|---|---|---|
| Report | report | |
| IReadOnlyList<ReportBatchOperation> | operations |
Returns
| Type | Description |
|---|---|
| ReportBatchValidationResult |