strange problem in web report

Stimulsoft Reports.NET discussion
Post Reply
atryass
Posts: 33
Joined: Mon Sep 15, 2008 7:42 am
Location: Iran

strange problem in web report

Post 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
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

strange problem in web report

Post 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.
atryass
Posts: 33
Joined: Mon Sep 15, 2008 7:42 am
Location: Iran

strange problem in web report

Post by atryass »


Exactly the same things happen for me.
I am waiting for youe response.
tanx a lot
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

strange problem in web report

Post by Jan »

Hello,

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

Thank you.
atryass
Posts: 33
Joined: Mon Sep 15, 2008 7:42 am
Location: Iran

strange problem in web report

Post 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
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

strange problem in web report

Post by Andrew »

Hello,

The latest version of our product is 2009.3.515

Thank you.
atryass
Posts: 33
Joined: Mon Sep 15, 2008 7:42 am
Location: Iran

strange problem in web report

Post 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
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

strange problem in web report

Post 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.
atryass
Posts: 33
Joined: Mon Sep 15, 2008 7:42 am
Location: Iran

strange problem in web report

Post 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?
Post Reply