[]
Represents a named object, this is base class for FieldBase, Section, SubSection and another report's objects.
public abstract class ReportObject
| Name | Description |
|---|---|
| ReportObject() |
| Name | Description |
|---|---|
| Name | Gets or sets the name of the object. |
| ParentReport | Gets the FlexReport object containing this object. |
| Tag | Gets or sets arbitrary data associated with the object. |
| Name | Description |
|---|---|
| AssignFrom(ReportObject, bool) | Copies properties from another object into this object. |
| CreateSame() | Creates instance of the same type as current object. |