Hi Alan
several ideas:
in webdev, you have the html field in which you can basically put
anything html compatible (flash by example)... This may support your
reportviewer control, but you will not be able to drag and drop the
control itself, you'll have to copy some html code...
Another possibility is to maintain your tables in webdev (easy enough)
and use either embedded report pages (your standard asp pages in an
iframe) or external ones (as webdev is able to execute an external script)
Hope this helps
--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting
More information on
http://www.fabriceharari.com
Alan Telford wrote:
Read next »
Read next »I have NOT done that, so it's just an idea. Can one of those report be
started from a stored procedure? If Yes, then you just have to create
the calling procedure and start them from webdev, and that is easily done
No. I don't think so.
To ask a different way, in ASP.NET I do this by dragging an ASP.NET rsweb:ReportViewer control (from Microsoft.ReportViewer.WebForms assembly) onto a page.
So it is possible to use an ASP.NET control on a WEBDEV page?
If I can use an ASP.NET control, then I should be able to use the report viewer control?
Thanks,
Alan