Hi,
we have a word document with several pages text (form style).
Within this text we make some formfilling with DocxReadWrite.
At the end of this document we have to show a table filled with data from a dataset (could be done with AxwReports).
Now the question:
Can we mix DocxReadWrite and AxwReports in such a way?
How should we comment the form-part of the document in order AxwReports does not change anything.
Thank you for your help,
Josef Gschwendtner
Question to AxwReports
Re: Question to AxwReports
Hello
First, create a document with the form part. Then create a second document with the report. Append the paragraphs from the report to the first document.
First, create a document with the form part. Then create a second document with the report. Append the paragraphs from the report to the first document.
Lars Arvidsson, Axolot Data
-
- Posts: 17
- Joined: Wed Oct 28, 2015 2:16 pm
Re: Question to AxwReports
How can I append the paragraphs from the report to the first document.
Do you have any sample-code?
Regards,
Josef
Do you have any sample-code?
Regards,
Josef
Re: Question to AxwReports
Hello
There is no Append method but you can use Add and Assign to do the same thing.
There is no Append method but you can use Add and Assign to do the same thing.
Lars Arvidsson, Axolot Data