Im trying to hide those yellow boxes that will tell user what is under mousecursor, for example if you move cursor over subreport, there will be yellow box that will say: "subreport:name".
I assumed those are called tooltips but i guess i was wrong
since Viewer.enabletooltips( false ); doesnt seem to do anything.
Not if you use it before viewreport() or after. Maybe im missing some Viewer.refresh or some other line or maybe that fucntion just doesnt work with unmanaged c++.