Hi Reema,
Thanks for the reply. I’ve checked #2 "Summary row does not come through either" with the latest build and that still has the issue.
I wonder if it’s the way I’m approaching it. I’ve used one of your samples in making it, but that didn’t have a summary row for me to copy so I’ve guessed a bit.
The code that gets the value to display in the pdf is:
text = column.GetCellText(row)
that works fine for a normal datagrid row. For a summary row though it returns an empty string.
Should I be doing something else to get the summary row value?
Thanks,
Phil.