Hi Friends,
As we know that when we display the layout of Navision report it opens into Visual studio with its .rdlc and .xsd file.
Now Is it possible to use these files in our website for viewing the same report using report viewer control of Visual studio.
Friends tell me whether this is possible or not.
And I think microsoft renders reports in RTC to display instead of making report server and all stuffs. So is it possible to render the report into our browser.
Waiting for your reply,
Regards,
Pravin
0
Comments
http://blogs.msdn.com/nav-reporting/archive/2009/01/26/how-to-get-a-dynamics-nav-report-with-a-web-service.aspx
Regards,
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 :-)
I am aware with this procedure. but I think using this procedure we can create new report. But I want to browse the same report in RTC as well as on the browser with dynamic data.
Is there any way for that if yes then kindly provide me as fast as possible.
Regards,
Pravin
Microsoft is just using RDLC for the layout. Actually, this has nothing to do with reporting services ... the stuff that you require. There is only a definition of the layout, made in VS, used in a Client, that is filled with a dataset by NAV, and then uses that definition of the layout to show the report. This dataset isn't defined anywere (as some kind of query or whatever) ... which means that a browser-client can't "connect" to it. That dataset is built by the RTC... .
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
Thank you for your response and spending for your valuable time to find this.
Thanks,
Pravin