Using Image Markers while Grouping Data in Smart Markers

Using Image Markers while Grouping Data in Smart Markers

The following sample code creates a workbook and then adds the following smart marker tags in cells D2, E2 and F2 respectively.

 &=Person.Name(group:normal,skip:1)

&=Person.City

&=Person.Photo(Picture:FitToCell)

Then it fills the data source with data and call the WorkbookDesigner.Process() method to process smart marker tags. The code uses these images i.e moon.png and moon2.png but you can use any image. The following screenshot shows the output of this sample code. As you can see, the data in column E and F are grouped with respect to the data in column D.

todo:image_alt_text