I am using SmartMarker for writing data into my designer template. I have n number of sheets with same smartmarkers to write.
designer.SetDataSource() is working fine for first sheet but its failing for the further sheets with the ArgumentOutOfRange exception.
I am also calling ClearDataSource() after calling designer.Process method. Still I am getting the same error.
In SetDataSource I am setting key as a string variable and object which is List type.
Please help.
Thanks,
Deepali