Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1HyperlinkInfo Class / Areas Property

In This Topic
    Areas Property (C1HyperlinkInfo)
    In This Topic
    Gets the C1HyperlinkInfo.AreaCollection containing the areas occupied by the hyperlink on different RenderFragment objects. Typically this collection would contain just one element, but can contain more if the hyperlink is split between pages.
    Syntax
    'Declaration
     
    Public ReadOnly Property Areas As C1HyperlinkInfo.AreaCollection
    public C1HyperlinkInfo.AreaCollection Areas {get;}
    See Also