Stimulsoft Reports.WEB discussion
abi
Posts: 55 Joined: Mon Feb 22, 2010 4:18 pm
Location: indo
Post
by abi » Wed Dec 21, 2011 10:47 pm
hi...
i try WebviewerFx. working good on IE 9/Chrome 16 but not cannot show on FireFox.
what i should do?
on webForm
code behind
Code: Select all
StiReport _report = new StiReport();
_strpath = Server.MapPath("~/Rpt/Test.mrt");
_report.Load(_strpath);
_report.Dictionary.DataSources.Clear();
_report.Dictionary.Databases.Clear();
_report.Dictionary.DataStore.Clear();
_report.RegData(_dsLaporan);
_report.Dictionary.Synchronize();
_report.Compile();
WebVwrFx.View(_report);
below sample preview
Attachments
1520.ff.png (6.25 KiB) Viewed 2696 times
1519.ie.png (6.86 KiB) Viewed 2697 times
Alex K.
Posts: 6488 Joined: Thu Jul 29, 2010 2:37 am
Post
by Alex K. » Fri Dec 23, 2011 3:05 am
Hello,
Please try to disable the static compression or caching on ISS server.
Thank you.
abi
Posts: 55 Joined: Mon Feb 22, 2010 4:18 pm
Location: indo
Post
by abi » Wed Dec 28, 2011 12:48 pm
it's not work for me..
any suggest?
Vladimir
Posts: 1462 Joined: Fri Apr 13, 2007 4:05 am
Location: Earth
Post
by Vladimir » Thu Dec 29, 2011 5:07 am
Hello,
Please specify how many pages are in your report?
Also, please try to set the following property:
Thank you.
abi
Posts: 55 Joined: Mon Feb 22, 2010 4:18 pm
Location: indo
Post
by abi » Wed Jan 18, 2012 8:16 am
sorry its too late
just 1 page... not working properly.. any suggest?
thank
abi
Posts: 55 Joined: Mon Feb 22, 2010 4:18 pm
Location: indo
Post
by abi » Fri Feb 03, 2012 2:41 pm
sorry to late again.. :pflaster:
it's work...
what next?
Vladimir
Posts: 1462 Joined: Fri Apr 13, 2007 4:05 am
Location: Earth
Post
by Vladimir » Mon Feb 06, 2012 3:30 am
Hello,
We have prepared a sample application using WebViewerFx, we tested it under Firefox - everything is working correctly. Please check this application on your webserver.
Thank you.
Attachments
1625.Sample.zip
(3.79 MiB) Downloaded 303 times