[]
Abstract base class for objects representing fragments within a ParagraphField.
public abstract class ParagraphItem : ReportObject
| Name | Description |
|---|---|
| ParagraphItem() | Initializes a new instance of the ParagraphItem class. |
| Name | Description |
|---|---|
| BackColor | Gets or sets the item's background color, this property works via Background property using C1SolidBrush. |
| Background | Gets or sets the C1Brush object defining the background of the paragraph item. |
| Hyperlink | Gets the hyperlink associated with the current item. |
| Owner | Gets or sets the ParagraphField object owning this object. |
| ParentReport | Gets the FlexReport object containing this object. |
| Name | Description |
|---|---|
| AssignFrom(ReportObject, bool) | Copies properties from another object into this object. |