Forum Discussion
Markzolotoy
Impactful Individual
5 years agoProblem showing image in paginated report
I have an image object in both paginated report and a ssrs report. Both images are bound to a field from a dataset. Both datasets show the same Base64 string. =Convert.FromBase64String(First(Fields!b...
- 5 years ago
Yes, basically it was a limitation to the length of the text column. I had to break it into smaller peices.
Markzolotoy
Impactful Individual
5 years agoYes, basically it was a limitation to the length of the text column. I had to break it into smaller peices.
Anonymous
5 years agoNot applicable
Hi Markzolotoy can you please go into more detail about how you solved this issue? I am facing something similar