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

Open a default template when new report in explorer

edited April 2004 in General
Hi,
Is there any way to load a default template when user want to add a new
report in the explorer??

Thks

Rgds

Vincent Pek

Comments

  • edited April 2004
    Hi Vincent,

    It is possible to create and register your own custom Report Explorer Dialog
    and register it with ReportBuilder as shown in the ReportBuilder Developer's
    Guide example on creating custom dialogs. You could basically copy the
    existing Report Explorer changing the File | New menu option handler code.
    Currently this calls TppReportExplorer.New, which in turn creates a new
    default template and configures it for the attached report. You could
    instead load an existing template and configure it in a similar fashion.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.