Page 1 of 1

strange problem in web report

Posted: Mon Oct 26, 2009 12:39 am
by atryass
Hi
I use StiReport on web(browser) like this:

Code: Select all

StiReport rpt = new StiReport();
string rptName="rpt1";
rpt.load("PhysicalPath");
.
.
.
rpt.regData("DataSet");
session[rptName]=rpt;
server.redirect("StiWebViewer.aspx?ReportName=rpt1");
and in StiWebViewer.aspx page show this report in viewer using something like this:

Code: Select all

string rptName=request.queryString["ReportName"];
stiviewer.Report = session[rptName];
and report shows in my browser.
but when my report has many pages and I click botton Next page in viewer to show another pages like page 5,
after that: in another reports that I want to show,StiWebviewer shows Page 5 of reports in my browser!!!
i know that after per click Next Page my StiWebViewer.aspx load but I don't know why page of previous report show in viewer.
plz help me.
tanx

strange problem in web report

Posted: Tue Oct 27, 2009 12:43 am
by Andrew
Hello,

Please tell us do we understand you correct that, if in the current report, the current page is number 5, and if to load another report, one can see a page number 5 of another report? In other words, when loading another report, the page number is kept to be 5?

Waiting for your reply.
Thank you.

strange problem in web report

Posted: Tue Oct 27, 2009 6:43 am
by atryass

Exactly the same things happen for me.
I am waiting for youe response.
tanx a lot

strange problem in web report

Posted: Tue Oct 27, 2009 1:28 pm
by Jan
Hello,

Please tell me which product and which type of WebViewer you are use?

Thank you.

strange problem in web report

Posted: Wed Oct 28, 2009 2:07 am
by atryass
I am using Stimulsoft Report.Net 2009.2.5
and StiWebViewer 2009.2.5.
I think it is last version of this product

strange problem in web report

Posted: Thu Oct 29, 2009 2:07 am
by Andrew
Hello,

The latest version of our product is 2009.3.515

Thank you.

strange problem in web report

Posted: Sat Oct 31, 2009 6:42 am
by atryass
Hi
I am downloading the last version of your product from this link in your web site:
http://www.stimulsoft.com/Downloads/Sti ... tTrial.zip
http://www.stimulsoft.com/ShowNews.aspx?id=1100(announce Stimulsoft Reports.Net 2009.2 release)
and my problem occurred using this version.
if you have new version please give me a link to download it and solve my problem.
Tank you

strange problem in web report

Posted: Mon Nov 02, 2009 1:33 am
by Andrew
Hello,

The error is fixed. The patch will be avaialble on 02-Nov-2009.
You may download it at http://stimulsoft.com/ReportsWebDownloads.aspx

Thank you.

strange problem in web report

Posted: Mon Nov 02, 2009 8:43 am
by atryass
Hi
Thanx for your response.
I think that:
I must use StiWebViewerFx instead of StiWebViewer. Is it true?
and
Is it possible to solve the problem in StiWebViewer?