Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Send report for user to save in database: How to?

edited March 2002 in General
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

Comments

  • edited March 2002
    The DatabaseSettings property can be set on the Report.Template object so
    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

This discussion has been closed.