It is possible to easily create a end-user report designer using the Professional or Enterprise editions of ReportBuilder. This can be done by placing a TppReport, TppDesigner, and a button on a form. Then assigning the report object to the designer's Report property and calling TppDesigner.ShowModal in the Button's OnClick event.
Take a look at the end-user demos located in the \RBuilder\Demos\3. EndUser\... directory for some examples.
When you save a template to file or database, all the event references are saved with it. If the events do not exist when you load the template into the designer, you will receive an error letting you know that the reference is missing. If you would not like to see these errors, load the template and select to ignore all, then re-save the template.
Comments
Notepad .
It is possible to easily create a end-user report designer using the
Professional or Enterprise editions of ReportBuilder. This can be done by
placing a TppReport, TppDesigner, and a button on a form. Then assigning
the report object to the designer's Report property and calling
TppDesigner.ShowModal in the Button's OnClick event.
Take a look at the end-user demos located in the \RBuilder\Demos\3.
EndUser\... directory for some examples.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
but then how can i make it not load the EventHandlers e.g. BeforePrints ?
thanks,
viv
When you save a template to file or database, all the event references are
saved with it. If the events do not exist when you load the template into
the designer, you will receive an error letting you know that the reference
is missing. If you would not like to see these errors, load the template
and select to ignore all, then re-save the template.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com