Looking for tutorial to make reports/add co with rdcl editor

ResenderResender Member Posts: 119
edited 2012-10-10 in NAV Three Tier
Hello all,
for a next assignment I have to start working with the nav 2009 r2, specifically create reports.
I can make reports with the classic client add business logic and transform the layout.

I know want to know how I can add code to a report in the rdcl editor, so I'm looking for either some tutorials or books on the subject.
Cheers
Resender

Answers

  • Wisa123Wisa123 Member Posts: 308
    Austrian NAV/BC Dev
  • ResenderResender Member Posts: 119
    Thankyou I've ordered the book, I also managed to figure out how to add code behind to a report.
    Am I correct in my findings that layout transformation does not transfer C/AL code.
  • clauslclausl Member Posts: 455
    Code in Sections is not used in RDLC reports, so placing any code here will not be seen by your RDLC report.

    /Claus Lundstrøm
    Claus Lundstrøm | MVP | Senior Product Manager | Continia.com
    I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
    I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
  • ResenderResender Member Posts: 119
    Ok

    So if I make a function via C/AL globals.
    Then I write my code/logic.
    Transform the report to rdlc.
    Where do I find that code/functions to implement in the rdlc version.
  • clauslclausl Member Posts: 455
    F9 in Report Designer here is all your code. As soon as you go F9 in Section Designer you are in trouble.
    So if you have code in Section Designer which your report is dependent on you need to either move it to Report Designer or implement the logic in Visual Studio. Where have you been the last 3 years when we started talking about all these things? :o

    /Claus Lundstrøm
    Claus Lundstrøm | MVP | Senior Product Manager | Continia.com
    I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
    I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
  • ResenderResender Member Posts: 119
    3 years ago I hadn't even heard of Navision
    2 years ago I had a project that involved navision 3.6
    1 year ago I worked in Navision 3.6 for the first time

    All this time I was used working with the classic client, now I'm confronted by having to develop for the RTC
    So I have a small test report where I got a functionality filling in a textbox, the functionality is called from the textbox directly.
    The function is under the Report itself not in any section, but I transform it to rdlc I don't see this.
    In Visual Studio I've used Report - Report Properties - tab Code to add a function that does the same.

    The question has been resolved, thanks again to the helpful people on this forum
Sign In or Register to comment.