Using Image Markers while Grouping Data in Smart Markers

Using Image Markers while Grouping Data in Smart Markers

The following sample 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 calls 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.