Loading varbinary(max)/byte[] into RTF Component
Posted: Tue Nov 26, 2013 11:47 am
Hello!
I'm trying to loading a varbinary(max) field in RTF Component, but it's not working.
I changed the DataColumn of the RTF component, like describe in manual, but nothing appears in report. http://www.stimulsoft.com/en/documentat ... _field.htm
The type of field in Dictionary is byte[].
There is a way to convert this field (varbinary(max))/byte[] to RTF directly? Because i not found anything that explains this, and in C# i use :
" ASCIIEncoding encoding = new ASCIIEncoding();
rich.Rtf = encoding.GetString(byte[]);"
Thanks!!
These are some pictures:
I'm trying to loading a varbinary(max) field in RTF Component, but it's not working.
I changed the DataColumn of the RTF component, like describe in manual, but nothing appears in report. http://www.stimulsoft.com/en/documentat ... _field.htm
The type of field in Dictionary is byte[].
There is a way to convert this field (varbinary(max))/byte[] to RTF directly? Because i not found anything that explains this, and in C# i use :
" ASCIIEncoding encoding = new ASCIIEncoding();
rich.Rtf = encoding.GetString(byte[]);"
Thanks!!
These are some pictures: