Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Reporting > Telerik Reporting > documentMapText not creating a node in reportbook

Not answered documentMapText not creating a node in reportbook

Feed from this thread
  • Priti avatar

    Posted on May 30, 2012 (permalink)

       Dim reportBook As New Telerik.Reporting.ReportBook()
         
            Dim i As Integer
            i = 0
            For Each dr As DataRow In dt.Rows
                reportBook.Reports.Insert(i, New ByFundReport(dr("Symbol").ToString(), dr("Fund").ToString(), HttpContext.Current.Session.SessionID.ToString(), Session("SessionGroupID")))
                reportBook.Reports(i).DocumentMapText = dr("FundDisplay").ToString()

                i = i + 1
            Next
    ReportViewer1.Report = reportBook



    i am using this code to create nodes at runtime from the data retrieved from db.
    the report creates pages but does not create navigation nodes in the report book
    can you please help me with this?

    Reply

  • Elian Elian admin's avatar

    Posted on Jun 4, 2012 (permalink)

    Hi Priti,

    We could not reproduce such a problem with the latest version of Telerik Reporting. Please see the attached project and compare it with yours to see if it works and if there are any differences. 
     
    Kind regards,
    Elian
    the Telerik team

    BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

    Attached files

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Reporting > Telerik Reporting > documentMapText not creating a node in reportbook
Related resources for "documentMapText not creating a node in reportbook"

Features  |  Documentation  |  Demos  |  Telerik TV  |  Knowledge Base  |  Code Library  |  Step-by-step Tutorial  |  Blogs  |  Whitepaper  ]