Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / OutlineNode Class / Location Property

In This Topic
    Location Property (OutlineNode)
    In This Topic
    Gets or sets the IDocumentLocation associated with the current node.
    Syntax
    'Declaration
     
    Public Property Location As IDocumentLocation
    public IDocumentLocation Location {get; set;}
    See Also