Enum ReportBatchOperationType
Identifies the kind of editing action a ReportBatchOperation performs, such as creating a report, adding or removing objects, modifying properties, or reordering.
Namespace: Reportman.Reporting.Design
Assembly: Reportman.Reporting.Design.dll
Syntax
public enum ReportBatchOperationType
Fields
| Name | Description |
|---|---|
| AddObject | |
| BringToFrontItem | |
| CreateNewReport | |
| ModifyProperties | |
| RemoveObject | |
| ReorderObject | |
| SendToBackItem |