Forum Discussion

Markzolotoy's avatar
Markzolotoy
Impactful Individual
5 years ago

PBI Dataset - binary column

I want to know is there size limitations for a binary coumn type?

Also will the binary column take a memory stream from C#?:

byte[] imageBytes = Convert.FromBase64String(string);
MemoryStream exportStream = new MemoryStream(imageBytes, 0, imageBytes.Length);

 

Thanks

5 Replies