Search Results for

    Show / Hide Table of Contents

    Class ReportBatchApplyResult

    Result of applying a batch of operations to a report, including the modified report, the undo group id, the count of applied operations, the inverse undo operations, and any issues encountered.

    Inheritance
    object
    ReportBatchApplyResult
    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 ReportBatchApplyResult

    Constructors

    View Source

    ReportBatchApplyResult()

    Declaration
    public ReportBatchApplyResult()

    Properties

    View Source

    AppliedOperations

    Declaration
    public int AppliedOperations { get; set; }
    Property Value
    Type Description
    int
    View Source

    Issues

    Declaration
    public List<ReportBatchIssue> Issues { get; }
    Property Value
    Type Description
    List<ReportBatchIssue>
    View Source

    Report

    Declaration
    public Report Report { get; set; }
    Property Value
    Type Description
    Report
    View Source

    UndoGroupId

    Declaration
    public int UndoGroupId { get; set; }
    Property Value
    Type Description
    int
    View Source

    UndoOperations

    Declaration
    public List<ChangeObjectOperation> UndoOperations { get; }
    Property Value
    Type Description
    List<ChangeObjectOperation>
    • View Source
    In this article
    Back to top Generated by DocFX