Hi there I'm trying to work with reports, I'm using the push model for making reports based in a Mysql database, here everything goes right, I could make the xsd file, and with the report building wizard I'd make the report (rsd file), I can preview the report in sharpdevelop, but when I try to add a reportviewer to the form the troubles begin, I can add the reportviewer control, I can watch the reportviewer object in the botton of the form designer, I can work with properties, etc, but in the form I can watch NOTHING the control never appears on the form, and when I run the proyect the form keeps empty.
Could anyone tellme what I'm doing wrong?, have I to use other control?, have I to use other methodology for showing reports?.
P.D. I have used proyects maked in Visual Studio and when open in Sharpdevelop the reportviewer control appears on the form (sometimes I have some problems if I try to edit the reportviewer control), so I thing that this is a problem with sharpdevelop. I'd use sharpdevelop 4.2 and 4.4 and in both I have the same problem.
Thanks.