Hi,
I have noticed that the .rtf files resulting from the Visual Components Demo are constructed using a tabular format. I would like to know if it is possible to export only some of these fields instead of the whole file.
Thanks in advance.
Hi,
I have noticed that the .rtf files resulting from the Visual Components Demo are constructed using a tabular format. I would like to know if it is possible to export only some of these fields instead of the whole file.
Thanks in advance.
0人中0人がこの記事が役に立ったと言っています
コメント
1件のコメント
Unfortunately, you cannot export blocks (fields) directly, but you can use some workarounds:
1.You can create a new FRDocument object and copy a block that you are interested in using CopyFrom() method.
2.You can delete all unnesessary blocks and pages from FRDocument.
Then don't forget to perform synthesize and export.
サインインしてコメントを残してください。