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
ReportBatchApplyResult
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
View Source
Issues
Declaration
public List<ReportBatchIssue> Issues { get; }
Property Value
View Source
Report
Declaration
public Report Report { get; set; }
Property Value
View Source
UndoGroupId
Declaration
public int UndoGroupId { get; set; }
Property Value
View Source
UndoOperations
Declaration
public List<ChangeObjectOperation> UndoOperations { get; }
Property Value