In-Paragraph List in HTML Document
Leave feedback
NoteIn this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in HTML Document format.
NoteThis feature is supported by version 17.03 or greater
As a report developer, you are required to describe the services you are providing with the following key requirements:
- A descriptive or informative line like “We provide support for the following products:”.
- Show all the products along with the above sentence.
- Report must be generated in the HTML Document.
We provide support for the following products: <<foreach [in products]>>
<<[indexOf() != 0 ? ", " : ""]>><<[ProductName]>><</foreach>>
TipFor detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs.Assembly Engine.
Please download the sample Common List document we created in this article:
NoteThe code uses some of the objects defined in: The Business Layer.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.