[]
        
(Showing Draft Content)

C1.Report.ParagraphItem

ParagraphItem Class

Abstract base class for objects representing fragments within a ParagraphField.

Inheritance
ParagraphItem
Namespace: C1.Report
Assembly: C1.FlexReport.dll
Syntax
public abstract class ParagraphItem : ReportObject, IScriptContextProvider

Constructors

Name Description
ParagraphItem()

Initializes a new instance of the ParagraphItem class.

Properties

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.

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.

Methods

Name Description
AssignFrom(ReportObject, bool)

Copies properties from another object into this object.