I have tryed to add a new item to the toolbar, but Digital Metaphors says it will not work because you can't customize the toolbar currently. But you can play around with the Toolbar Manager. Maybe you find a way.
var ToolbarManager: TppToolbarManager; begin ToolbarManager := TppToolbarManager.Create(ReportDesigner.Form); //ReportDesigner must be the Designer of your Report
It is possible to remove components from ReportBuilder but unfortunately it is not possible to remove other buttons such as New and Open without changing the RB source.
Comments
will not work because you can't customize the toolbar currently. But you can
play around with the Toolbar Manager. Maybe you find a way.
var
ToolbarManager: TppToolbarManager;
begin
ToolbarManager := TppToolbarManager.Create(ReportDesigner.Form);
//ReportDesigner must be the Designer of your Report
It is possible to remove components from ReportBuilder but unfortunately it
is not possible to remove other buttons such as New and Open without
changing the RB source.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com