I have a WinForms application that can call for and display a number of reporting services reports. I can call the LocalReport.Render("Excel", null, out mimeType, out encoding, out filenameExtension, out streamids, out warnings);
method - writing to a byte[] array, but it throws an exception "The source of the report definition has not been specified". Does anyone know how to solve this?
Thanks,
A