Search Results for

    Show / Hide Table of Contents

    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 Source

    Validate(Report, IReadOnlyList<ReportBatchOperation>)

    Declaration
    ReportBatchValidationResult Validate(Report report, IReadOnlyList<ReportBatchOperation> operations)
    Parameters
    Type Name Description
    Report report
    IReadOnlyList<ReportBatchOperation> operations
    Returns
    Type Description
    ReportBatchValidationResult
    • View Source
    In this article
    Back to top Generated by DocFX