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 expo...