Home General

Report Tree

edited March 2010 in General
I want to be able to hide the report tree in the TppDesigner when a new
report is opened. I've tried setting the Checked property to false on the
menu item, but it still shows and the View-Toolbars-Report Tree menu item is
still checked. Is it possible to not show the Report Tree by default? (Our
IniStorageType = IniNone). We are using report builder 11.07 & delphi 7

// Just a test -> TppDesigner.MainMenu.Items[2].Items[0].Items[4].Checked
:= False;

Daniel

Comments

This discussion has been closed.