1. Mr Ops
  2. .NET DataStore
  3. Friday, 17 December 2021 16:57 PM UTC

Hello,

I there a possibility to Save /Print the datastore to a pdf-file?

Thx

Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Friday, 17 December 2021 17:17 PM UTC
  2. .NET DataStore
  3. # 1

Adding to what Francisco said, if your .NET DataStore will be used by a PB app, what you could do is use the RESTClient object to retrieve the .NET DataStore into a DataWindow of the PB app and then do a DW.SaveAs to PDF.

Comment
There are no comments made yet.
Francisco Martinez @Appeon Accepted Answer Pending Moderation
  1. Friday, 17 December 2021 17:13 PM UTC
  2. .NET DataStore
  3. # 2

Hi Mr Ops,

.NET DataStore holds only the data of the DataWindow and has no knowledge or ability to interpret the visual aspect. As such, your best bet would be to use a PDF export library for C#, and export your data by converting the .NET DataStore's data into whatever format the library requires.

There are many libraries out there, both commercial and open source.

Hope you find this information useful

Regards,
Francisco

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.