Ok, this is my script.
Client / server winforms application with SQL Express as a DB. I need to be able to print an invoice, packing lists, etc.
I would like the client to be able to modify invoices. i.e. be able to place your logo or change the font size, etc .... basically format the display.
Things I have considered so far.
1) Use the template engine (similar to code or my generation) and use templates that output HTML. Then print the html page.
2) Use ReportViewer in local mode. I heard that users can download the plugin for web developers and edit local report files. can anyone confirm this?
3) Use Reportviewer remotely.
I do not have much experience with ReportViewer, so I am not sure if I should use local or remote mode.
Those of you who did this before your recommendations?
source
share