FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / ParagraphField Class / Content Property

In This Topic
    Content Property (ParagraphField)
    In This Topic
    Gets the ParagraphItemCollection representing the content of the current paragraph.
    Syntax
    'Declaration
     
    Public ReadOnly Property Content As ParagraphItemCollection
    public ParagraphItemCollection Content {get;}
    See Also