Single Row Image in Text Document

Note
In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Text Document format.
Note
The code uses some of the objects defined in The Business Layer.

Single Row Image in Text Document

Reporting Requirement

As a report developer, you are required to represent information of first single manager with the following key requirements:

  • Report must show image of the manager
  • It must show Name and age of manager
  • Report must be generated in the Text Document.

Adding Syntax to be evaluated by GroupDocs.Assembly Engine

Warning
Inserting Images Dynamically is not Supported yet
Name:	<<[manager.getName()]>>
Age:	<<[manager.getAge()]>>

Download Single Row Image Template

Please download the sample template we created in this article:

Generating The Report