printing reports via web services

sbilly
Member Posts: 231
I created a web page on visual studio that handle sales orders using web services. I want to add a button that print the sales order from this page.
Who have an idea about printing reports via web services.
Thanks
Who have an idea about printing reports via web services.
Thanks
0
Comments
-
You cannot print it directly, you can only save it e.g. into PDF, download it and print from your application.0
-
have u a tutorial?0
-
You can print via webservice! But only with a workaround, have a look at this:
http://www.mibuso.com/forum/viewtopic.php?f=32&t=465070 -
Hi dev.ch, thanks for ur replaydeV.ch wrote:You can print via webservice! But only with a workaround, have a look at this:
http://www.mibuso.com/forum/viewtopic.php?f=32&t=46507
I wrote this codeunit:printpdf() filename := 'C:\PdfDocuments\order.pdf'; ReportNbre := 70000; REPORT.SAVEASPDF(ReportNbre,filename);
then what shall I do to print it from WS??0 -
tell me if I'm wrong :
I must install foxit reader then I must create a codeunit with the fuction u provided.
And I call it from ws, that's all??0 -
Please telle what about "R2's DotNet Interop" I need it??0
-
I want to ask u about startprocess function, what's the data type of "process" and how can I set it0
-
Hi,
I have called Reports using Web Services in C#. But I am not getting how to call Request Form Filters using Web Services.
Any help will be highly appreciated.
Thanks,
Abhay Sharma0
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