Page 1 of 1

Good Show

Posted: Tue Jul 17, 2012 10:04 pm
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

Re: Good Show

Posted: Wed Jul 18, 2012 7:23 am
by HighAley
Hello.

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

Thank you.

Re: Good Show

Posted: Fri Sep 07, 2012 10:46 am
by mhf
Show
For a large number of pages is different

Re: Good Show

Posted: Fri Sep 07, 2012 12:43 pm
by Alex K.
Hello,

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

Thank you.