Reporting sevices of Nav 2009 is On Web

pravin_crystal
Member Posts: 11
Hello Friends,
I want to use reports in my website. I know reporting services of SQL Server and Navision RTC but I want to use RTC reports those are already designed by the Microsoft.
I am able to view the designed the report design in Visual Studio but I am not able to view this report into my own website using the MicrosoftReportViewer control.
Kindly give me solution.
Clearly tell me whether I am on the correct track or not.
And what are the other ways to display(RTC reports) into browser and how?
Regards,
Pravin
I want to use reports in my website. I know reporting services of SQL Server and Navision RTC but I want to use RTC reports those are already designed by the Microsoft.
I am able to view the designed the report design in Visual Studio but I am not able to view this report into my own website using the MicrosoftReportViewer control.
Kindly give me solution.
Clearly tell me whether I am on the correct track or not.
And what are the other ways to display(RTC reports) into browser and how?
Regards,
Pravin
0
Comments
-
pravin_crystal wrote:And what are the other ways to display(RTC reports) into browser and how?
http://blogs.msdn.com/nav-reporting/arc ... rvice.aspx0 -
As you can see, reports in RTC are not reports which are created through SQL Reporting Services. RTC is only using client side rendered reports based on Reporting Services definition, but it is nothing connected to SQL Reporting Services. The way how to display the data is through PDF and webservices as drescribed on the MSDN.0
-
This is what I'm thinking. NAV report contains the RDL. The datasource is an xml file.
You could write a sql statement that would generate the XML File. I believe in RTC when you run the report you can hit Ctrl+Shif+F12 to see the source xml structure.
So if those two things are provided to reporting services, the data source and the RDL, reporting services could be used to run the reports.
It won't run the business logic.
I know I'm simplifying this.0 -
NAV contains RDLC (C as Client) - it means it is some subset of RDL.
Biggest problem is the partIt won't run the business logic0 -
Can you pass filters from a record into webservice so that a report can print based on filters?0
-
Yes ,
I would like to generate report that works same as RTC report which is having parameters for filtration.
Regards,
Pravin0 -
You are running the code from a codeunit, and can therefore use all the AL you would like.
Simple example:
AL Codeunit function:
PrintReportWebService(Text[50] customerNo)
begin
rec.SetFilter(No, customerNo);
Report.SaveAsPdf(111,'c:\somewhere.pdf', rec);
// and all the other stuff you need
end;
Regards,
ClausClaus 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 :-)0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions