Search found 3 matches

by ziming99
Wed Jun 21, 2023 1:14 am
Forum: Stimulsoft Reports.NET
Topic: Print two different header and child data in two pages
Replies: 5
Views: 822

Re: Print two different header and child data in two pages

Can you show me some example code

Thanks
by ziming99
Mon Jun 19, 2023 4:45 pm
Forum: Stimulsoft Reports.NET
Topic: Print two different header and child data in two pages
Replies: 5
Views: 822

Re: Print two different header and child data in two pages

Hi, Thank you for your reply

The number of pages might be vary. If user has selected 5 documents to print(5 datasets), i need to prepare for 5 pages? Or is there another way to do it without fixing the number of pages
by ziming99
Mon Jun 19, 2023 8:58 am
Forum: Stimulsoft Reports.NET
Topic: Print two different header and child data in two pages
Replies: 5
Views: 822

Print two different header and child data in two pages

I want to print two pages with different Header and Child dataset but same format (Ex: first page should show Doc :TR0001, second page should show Doc:TR0002) How can I do that? Dim report = StiReport.CreateNewReport() Dim path = Server.MapPath("reports/interbranch.mrt") report.Load(path) ...