Section Editor Stack View #22
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello, First of all, the StackView tool in the Section Report Editor and the List tool in the previous editor (called the Basic Report Editor) are similar, but their uses are different. And the List tool is not supported in the Section Report format. The StackView tool is used to represent stacked layouts that are divided into units of rows. The rows can be dynamically hidden, but they cannot be dynamically added like the rows in the List tool. See the following sample for more details (sorry, it's in Japanese). In the Section Report format, you can create dynamic tables by combining header/footer/detail sections. For more details, please refer to the following sample code and sample PDF (sorry, it's in Japanese too). Does this answer your question? |
Beta Was this translation helpful? Give feedback.
Hello,
Thank you for your question. Also, thank you for your pull request 😄
First of all, the StackView tool in the Section Report Editor and the List tool in the previous editor (called the Basic Report Editor) are similar, but their uses are different. And the List tool is not supported in the Section Report format.
The StackView tool is used to represent stacked layouts that are divided into units of rows. The rows can be dynamically hidden, but they cannot be dynamically added like the rows in the List tool. See the following sample for more details (sorry, it's in Japanese).
https://github.com/thinreports/thinreports-generator/tree/master/test/features/section_report_stack_view
In th…