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
0
Answers
http://www.packtpub.com/microsoft-dynam ... rting/book
And
http://msdn.microsoft.com/en-us/library ... 80%29.aspx
will teach you nearly everthing you'll need.
sincerly
Wisa
Am I correct in my findings that layout transformation does not transfer C/AL code.
/Claus Lundstrøm
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 :-)
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.
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?
/Claus Lundstrøm
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 :-)
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