I want to develop a report in rtc.but i am facing lot of problems. even if i draw a line in a report in 2009 classic the line is not visible when i run the report in RTC.
Directions Hands On Lab material(NAV 2009):Expect this to be available on PartnerSource soon, I will provide link on the NAV Team blog when this has been posted to PartnerSource
Concerning your specific issues on drawing lines I have struggled quite a bit in RDLC 2005(The version in NAV 2009), so I ended making a bitmap a made it the background of my report. Yes it is a workaround. When we get to RDLC 2008 in VS 2010, drawing lines so far works for me. We will not be able to upgrade to RDLC 2008 in NAV 2009 unfortunately.
/Claus
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 :-)
By the way, Borders are indeed better then using Lines. If you use a Line, make sure it is thick enough and even then it does not show up in Preview mode. Sometimes it only show when using Print Layout . Sometimes it only shows when exporting the report to PDF or XLS.
When developing RDLC reports it is recommended to always test three scenarios:
What do you see in Preview?
What do you see in Print Layout?
What do you see after export to PDF/XLS?
You might presume they are the same, but in many cases they are not...
Debugging is twice as hard as writing code. Therefore if you write the code as cleverly as possible you are by definition not smart enough to debug it.
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
But that was just simple example of different problem that i face.
Can u please provide me with some tutorials or links tht will help me undersand how exactly the reports are developed and formated in rdlc.
thanks,
or you can find examples in help files also..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
I dont have an access to study materials on partner source.
can anyone provide me with some tutorials.
thanks.
Did you check in NAV Help files?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Training material: http://blogs.msdn.com/b/nav/archive/2009/07/03/report-design-in-microsoft-dynamics-nav-2009.aspx
Online help and Walkthroughs: http://msdn.microsoft.com/en-us/library/dd355370.aspx
NAV Team Blog with several tips & tricks: http://blogs.msdn.com/b/nav/archive/tags/reporting/
Directions Hands On Lab material(NAV 2009): Expect this to be available on PartnerSource soon, I will provide link on the NAV Team blog when this has been posted to PartnerSource
Concerning your specific issues on drawing lines I have struggled quite a bit in RDLC 2005(The version in NAV 2009), so I ended making a bitmap a made it the background of my report. Yes it is a workaround. When we get to RDLC 2008 in VS 2010, drawing lines so far works for me. We will not be able to upgrade to RDLC 2008 in NAV 2009 unfortunately.
/Claus
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 :-)
By the way, Borders are indeed better then using Lines. If you use a Line, make sure it is thick enough and even then it does not show up in Preview mode. Sometimes it only show when using Print Layout . Sometimes it only shows when exporting the report to PDF or XLS.
When developing RDLC reports it is recommended to always test three scenarios:
What do you see in Preview? What do you see in Print Layout? What do you see after export to PDF/XLS?
You might presume they are the same, but in many cases they are not...