LimeReport icon indicating copy to clipboard operation
LimeReport copied to clipboard

if set enable to adjust PageDesignIntf scene size, do u have plan to support it~thanks

Open lpwwpl opened this issue 6 years ago • 7 comments

lpwwpl avatar Jun 20 '19 08:06 lpwwpl

Sorry, I have not clearly understood what do you mean?

fralx avatar Jun 20 '19 08:06 fralx

if bands's size exceed designintf scene, it is not able to scroll to bottom band, how to auto adjust design view scene size

lpwwpl avatar Jun 20 '19 08:06 lpwwpl

If we speak about design time you can use isExtendedInDesignMode and extendedHeight at pageItem to increase page height in the report design time.

fralx avatar Jun 20 '19 09:06 fralx

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~

lpwwpl avatar Jun 20 '19 10:06 lpwwpl

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);

fralx avatar Jun 20 '19 16:06 fralx

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

lpwwpl avatar Jun 21 '19 08:06 lpwwpl

Sorry :) Could you explain it in more detail?

fralx avatar Jun 21 '19 21:06 fralx