Search Results for

    Show / Hide Table of Contents

    Interface IReportBatchEditor

    Implemented by services that both validate and apply batches of operations to a report, producing the resulting changes together with any undo information.

    Namespace: Reportman.Reporting.Design
    Assembly: Reportman.Reporting.Design.dll
    Syntax
    public interface IReportBatchEditor

    Methods

    View Source

    Apply(Report, IReadOnlyList<ReportBatchOperation>)

    Declaration
    ReportBatchApplyResult Apply(Report report, IReadOnlyList<ReportBatchOperation> operations)
    Parameters
    Type Name Description
    Report report
    IReadOnlyList<ReportBatchOperation> operations
    Returns
    Type Description
    ReportBatchApplyResult
    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