Forum Discussion

Markzolotoy's avatar
Markzolotoy
Icon for Impactful Individual rankImpactful Individual
5 years ago
Solved

Problem 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...
  • Markzolotoy's avatar
    Markzolotoy
    5 years ago

    Yes, basically it was a limitation to the length of the text column. I had to break it into smaller peices.