Hi All,
I am working on a RDLC report and i am facing a problem, when i am viewing the report data in reportviewer, i am able to see all the data but when i am exporting the report in EXCEL format the columns giving error having data grater than 32767 characters. Can somebody tell me the solution for that?
Also there is a way of the above problem in SSRS (RDL report) where i can check for the export format like:
Globals!RenderFormat.Name = "EXCEL",LEFT(Fields!Message.Value,32767),Fields!Message.Value
But this is not working in the RDLC report.