Search Results for

    Show / Hide Table of Contents

    Class ReportBatchEditor

    Validates and applies batches of structural report operations (add, remove, modify, reorder and z-order changes) against a report, enforcing layout rules and recording the changes in the report's undo history.

    Inheritance
    object
    ReportBatchEditor
    Implements
    IReportBatchEditor
    IReportBatchValidator
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting.Design
    Assembly: Reportman.Reporting.Design.dll
    Syntax
    public class ReportBatchEditor : IReportBatchEditor, IReportBatchValidator

    Constructors

    View Source

    ReportBatchEditor()

    Declaration
    public ReportBatchEditor()

    Methods

    View Source

    Apply(Report, IReadOnlyList<ReportBatchOperation>)

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

    Implements

    IReportBatchEditor
    IReportBatchValidator
    • View Source
    In this article
    Back to top Generated by DocFX