ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TabStrip Class / NavigationItem Property

In This Topic
    NavigationItem Property (TabStrip)
    In This Topic
    Gets or sets a report item or report item reference to use to draw the tabstrip navigation layout.
    Syntax
    'Declaration
     
    Public Property NavigationItem As NavigationItem
    public NavigationItem NavigationItem {get; set;}

    Property Value

    A NavigationItem object representing the navigation item.
    See Also