WebviewerFx not working on Firefox 8
Posted: 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
below sample preview
i try WebviewerFx. working good on IE 9/Chrome 16 but not cannot show on FireFox.
what i should do?
on webForm
Code: Select all
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