if set enable to adjust PageDesignIntf scene size, do u have plan to support it~thanks
Sorry, I have not clearly understood what do you mean?
if bands's size exceed designintf scene, it is not able to scroll to bottom band, how to auto adjust design view scene size
If we speak about design time you can use isExtendedInDesignMode and extendedHeight at pageItem to increase page height in the report design time.
if in preview mode, if i want to save preview report, it is saved by pageitems , the saved file can not load by reportengine(in design mode), can u help to support this feature~
If you use develop branch IPreparedPages* preparedPages() is available to you. Via IPreparedPages interface you can load saved report then show it by ReportEngine::showPreparedPages(PreviewHints hints);
if in design mode, textitem has bind like “V{result},V{Desc},exec...”, if user set Desc variable to be “lpwwpl”, is there any interface to update textitem to be "V{result},lpwwpl,exec..." ,like expandcontent method in design mode
Sorry :) Could you explain it in more detail?