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

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

    Property Value

    A ReportItem object representing the referenced report item.
    See Also