This is a migrated thread and some comments may be shown as answers.

documentMapText not creating a node in reportbook

1 Answer 84 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Priti
Top achievements
Rank 1
Priti asked on 30 May 2012, 09:28 PM
   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?

1 Answer, 1 is accepted

Sort by
0
Elian
Telerik team
answered on 04 Jun 2012, 05:30 PM
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 >

Tags
General Discussions
Asked by
Priti
Top achievements
Rank 1
Answers by
Elian
Telerik team
Share this question
or