Источник:
http://blogs.msdn.com/b/emeadaxsuppo...n-ax-2009.aspx
==============
Recently we got the requirement to hide the Navigation Pane in AX.
It turned out that this is quite easy to achieve by using the following code:
xInfo info;
;
info = new xInfo();
info.navPane().navPaneVisible(false);
--author:Amitha Madathil Pottayil--editor:Daniel Durrer --date:30/06/2010
Источник:
http://blogs.msdn.com/b/emeadaxsuppo...n-ax-2009.aspx