Page 1 of 3
How to Print the Databand at bottom - Reg.
Posted: Wed Jul 31, 2013 3:55 pm
by shan
Hi,
I need to print Databand of the report always at the bottom of the page. how to do set?
Regards,
Shan
Re: How to Print the Databand at bottom - Reg.
Posted: Thu Aug 01, 2013 6:52 am
by Alex K.
Hello,
Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?
Thank you.
Re: How to Print the Databand at bottom - Reg.
Posted: Thu Aug 01, 2013 9:03 am
by shan
Aleksey wrote:Hello,
Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?
Thank you.
Hi,
My report contains a databand with crosstab and also Groupheader to start with new page while rendering if it generates 10 pages, i need my databand to print always at the bottom of the page like page footer.
Regards,
Shan
Re: How to Print the Databand at bottom - Reg.
Posted: Thu Aug 01, 2013 10:29 am
by Alex K.
Hello,
Please try to add the additional pagefooter with panel and place you databand on this panel.
Thank you.
Re: How to Print the Databand at bottom - Reg.
Posted: Thu Aug 01, 2013 11:10 am
by shan
Aleksey wrote:Hello,
Please try to add the additional pagefooter with panel and place you databand on this panel.
Thank you.
Hi,
Thanks for your response, my issue has been fixed.
Regards,
Shan
Re: How to Print the Databand at bottom - Reg.
Posted: Thu Aug 01, 2013 1:12 pm
by Alex K.
Hello,
We are always glad to help you!
Re: How to Print the Databand at bottom - Reg.
Posted: Thu Aug 01, 2013 4:20 pm
by shan
Aleksey wrote:Hello,
We are always glad to help you!
Hi,
i have another problem, if i used the panel then it is printing on all the pages i.e. i used the property NewPageBefore=true; to print only headers in that page but the panel not moving to next page it seems to be working on all the pages continuously. I need that panel also to be printed according to the property NewPageBefore & NewPageAfter properties.
Also i need the details of NewPageBefore & NewPageAfter properties, how to use it. it was confusing when using.
Because in a reprot i have two databands if i use only NewPageBefore property of 1st databand to true then page1 has both databands printing or if i use only NewPageAfter property of 1st databand to true then page1 has only 1st databand and page2 has 2nd databand with 1st databand of page3.
So kindly find the attached sample report for your reference and suggest me some alternate solution.
Regards,
Shan
Re: How to Print the Databand at bottom - Reg.
Posted: Fri Aug 02, 2013 2:25 pm
by HighAley
Hello, Shan.
There is no Panel in your report template. Could you describe at first what report do you need to create and then describe what's wrong with your current report.
We need sample data for your report to reproduce your issue.
Please, send us also any example of the reports.
Thank you.
Re: How to Print the Databand at bottom - Reg.
Posted: Mon Aug 05, 2013 7:33 am
by shan
Aleksey Andreyanov wrote:Hello, Shan.
There is no Panel in your report template. Could you describe at first what report do you need to create and then describe what's wrong with your current report.
We need sample data for your report to reproduce your issue.
Please, send us also any example of the reports.
Thank you.
Hi,
kindly find the attached sample report with sample database for your review.
i need the output like as mentioned below.
1. category name should be printed separate page.
2. Family Name should always start from new page.
3. i have used the 2 cross tabs with databand, i need 2nd cross tab with databand should always be printed at bottom of the page. i used the panel for that as per your design.
So kindly look into the above mentioned details and then send me the desired output or suggestion as soon as possible. because i am in urge.
Regards,
Shan
Re: How to Print the Databand at bottom - Reg.
Posted: Tue Aug 06, 2013 11:32 am
by Alex K.
Hello,
In this case please try to set the PrintAtBottom property to true for DataBand2.
Thank you.