Good Show

Stimulsoft Reports.NET discussion
Post Reply
mhf
Posts: 20
Joined: Wed Jun 20, 2012 5:29 am
Location: wg

Good Show

Post by mhf »

Hello
My form is very much
And now comes to 300 pages
For information on this page to see what the code is better?

StiReport r = new StiReport();
r.Load(Server.MapPath(@"Copy of Report.mrt"));
r.RegData("t1", dt1);
r.RegData("t2", dt2);
r.RegData("t3", dt3);
StiWebViewer1.Report = r;
StiWebViewer1.DataBind();
I use this structure
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Good Show

Post by HighAley »

Hello.

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?

Thank you.
mhf
Posts: 20
Joined: Wed Jun 20, 2012 5:29 am
Location: wg

Re: Good Show

Post by mhf »

Show
For a large number of pages is different
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Good Show

Post by Alex K. »

Hello,

Can you please send us a sample project with test data which reproduces the issue for analysis.

Thank you.
Post Reply