Class ReportBatchOperation
Describes one editing action within a batch, including its type, the target and parent objects,
optional positioning indices, and the set of properties to apply.
Inheritance
ReportBatchOperation
Assembly: Reportman.Reporting.Design.dll
Syntax
public class ReportBatchOperation
Constructors
View Source
ReportBatchOperation()
Declaration
public ReportBatchOperation()
Properties
View Source
InsertIndex
Declaration
public int? InsertIndex { get; set; }
Property Value
View Source
NewIndex
Declaration
public int? NewIndex { get; set; }
Property Value
View Source
ObjectClass
Declaration
public string ObjectClass { get; set; }
Property Value
View Source
OperationId
Declaration
public string OperationId { get; set; }
Property Value
View Source
ParentName
Declaration
public string ParentName { get; set; }
Property Value
View Source
Properties
Declaration
public List<ReportBatchProperty> Properties { get; set; }
Property Value
View Source
TargetName
Declaration
public string TargetName { get; set; }
Property Value
View Source
Type
Declaration
public ReportBatchOperationType Type { get; set; }
Property Value