Hi,
I'm building an inventory app (UWP, C#, SQL Server Express)
The client wants to:
- View data in-app
- Export said data in PDF format
Exporting to PDF is the issue. I want the user to view the data first in-app and add an export to PDF option so they can print, email etc...
Any help is appreciated.
Preveen