How to Duplicate the Page in C# Code - Reg.

Stimulsoft Ultimate discussion
Darsana
Posts: 5
Joined: Wed Oct 08, 2014 12:23 pm

How to Duplicate the Page as multiple page with the single p

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to Duplicate the Page in C# Code - Reg.

Post by HighAley »

Hello, Darsana.

Sorry, we don't understand your question. Could you explain it more detailed?

Thank you.
Darsana
Posts: 5
Joined: Wed Oct 08, 2014 12:23 pm

Re: How to Duplicate the Page in C# Code - Reg.

Post 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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to Duplicate the Page in C# Code - Reg.

Post 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.
Darsana
Posts: 5
Joined: Wed Oct 08, 2014 12:23 pm

Re: How to Duplicate the Page in C# Code - Reg.

Post 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
Attachments
Sample Report.mrt
Report
(12.93 KiB) Downloaded 219 times
Darsana
Posts: 5
Joined: Wed Oct 08, 2014 12:23 pm

Re: How to Duplicate the Page in C# Code - Reg.

Post by Darsana »

Hello,

Please Help me Out.

Thanks&Regards,
Darsana.R
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to Duplicate the Page in C# Code - Reg.

Post 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.
Darsana
Posts: 5
Joined: Wed Oct 08, 2014 12:23 pm

Re: How to Duplicate the Page in C# Code - Reg.

Post 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.
Attachments
Sample DB.rar
(80.43 KiB) Downloaded 226 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to Duplicate the Page in C# Code - Reg.

Post 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.
Attachments
Sample Report_modified.mrt
(12.97 KiB) Downloaded 233 times
Post Reply