Send report for user to save in database: How to?
How can I create and send a report (as rtm? as something else?) to an unsophisticated user to put into the database (Report Explorer is part of the app).
Anything programatic, rather than open as *.rtm and then save to database? (Can that (open as rtm, save to db) be done with one ReportDesigner, anyway?)
grazie
Dennis McFall
Anything programatic, rather than open as *.rtm and then save to database? (Can that (open as rtm, save to db) be done with one ReportDesigner, anyway?)
grazie
Dennis McFall
This discussion has been closed.
Comments
that you can call Report.Template.SaveToDatabase. There is going to be one
report component hooked up to the designer, and is the one that is currently
opened by the user in the designer. So, you can can reference this report
object's template property to save it to the database programatically.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com