Repeat the panel with same data band and data source
Repeat the panel with same data band and data source
Is it possible to make three same copy of panel in one page with same data band and data source? i have used the clone tool but it does not work for me.please help
Re: Repeat the panel with same data band and data source
Hello,
As a way, you can copy the necessary band several times.
The Clone component uses for the continius showing data from Panel component.
Thank you.
As a way, you can copy the necessary band several times.
The Clone component uses for the continius showing data from Panel component.
Thank you.
Re: Repeat the panel with same data band and data source
Please check the attached file in which i have explain my requirement to you.I want the three panels in one single page.
- Attachments
-
- print_workorder.jpg (184.23 KiB) Viewed 2706 times
Re: Repeat the panel with same data band and data source
Hello,
Please try to use the SubReport for this task. Place three Subreport on main page and your band on subreport page.
Thank you.
Please try to use the SubReport for this task. Place three Subreport on main page and your band on subreport page.
Thank you.
Re: Repeat the panel with same data band and data source
Is it possible to generate the sub report copy on the basis of some value? for example if i have select 1 then sub report generate only one time on page and if i am selecting 2 then it will generate two copy of sub report on the page.
Re: Repeat the panel with same data band and data source
Hello,
Please try to place the SubReport on the DataBand component and use the CountData property for Band.
Thank you.
Please try to place the SubReport on the DataBand component and use the CountData property for Band.
Thank you.