Page 3 of 3
How to Duplicate the Page as multiple page with the single p
Posted: Wed Oct 08, 2014 12:35 pm
by Darsana
Hi,
How to Duplicate the Page as multiple page with the single page in the .mrt file.Only the variables will be changes for another pages other than that design are same.Kindly help us to improve.
Thank You,
Darsana.R
Re: How to Duplicate the Page in C# Code - Reg.
Posted: Wed Oct 08, 2014 2:50 pm
by HighAley
Hello, Darsana.
Sorry, we don't understand your question. Could you explain it more detailed?
Thank you.
Re: How to Duplicate the Page in C# Code - Reg.
Posted: Thu Oct 09, 2014 4:35 am
by Darsana
Hello,
I am having one report with single page.My requirement is with that report i need to generate 20 pages with the same design but only one variable value gets changed for other pages.i would like to know it is feasible or not.
Re: How to Duplicate the Page in C# Code - Reg.
Posted: Thu Oct 09, 2014 8:58 am
by HighAley
Hello.
Yes, it's possible. There many ways to do this.
To give you more detailed answer we need to see your report template and structure of data.
Thank you.
Re: How to Duplicate the Page in C# Code - Reg.
Posted: Thu Oct 09, 2014 11:14 am
by Darsana
Hello,
Herewith I have attached the sample report.In the report.I have set the data band filter,because while using source we select the particular family name and generate the PDF. The results should be printed as 10 pages with same design only the "PRICE" value get changes for further pages.The data for "PRICE" can be updated through source code Using C#.Kindly Help me Out.
Thank You,
Darsana.R
Re: How to Duplicate the Page in C# Code - Reg.
Posted: Mon Oct 13, 2014 5:24 am
by Darsana
Hello,
Please Help me Out.
Thanks&Regards,
Darsana.R
Re: How to Duplicate the Page in C# Code - Reg.
Posted: Mon Oct 13, 2014 6:07 am
by Alex K.
Hello,
Please try to set the NewPageBefore property to true for the GroupHeadrBand1 component.
If it is does not help, please send us a test data for your report.
Thank you.
Re: How to Duplicate the Page in C# Code - Reg.
Posted: Mon Oct 13, 2014 6:48 am
by Darsana
Hello,
Thank you for your response.I have tired it ,but its not working.Herewith i have attached the sample Data.Please find the attachment.
Thank You.
Re: How to Duplicate the Page in C# Code - Reg.
Posted: Mon Oct 13, 2014 7:48 am
by Alex K.
Hello,
Please try to set the NewPageBefore property to true for the GroupHeadrBand1 component.
And turn off the filter for the databand.
Thank you.