slow webviewerFX

Stimulsoft Reports.WEB discussion
Post Reply
abi
Posts: 55
Joined: Mon Feb 22, 2010 4:18 pm
Location: indo

slow webviewerFX

Post by abi »

Hi,
i have 5000 record on database, i should render all data, but viewer very slow. this my sample code..

DataController refmt = new DataController();

DataSet dtDaftar = refmt.GetRpt(cYear);
dtDaftar.Tables[0].TableName = "DataYear";

StiReport report = new StiReport();

string strpath = Server.MapPath("rpt.mrt");
report.Load(strpath);

report.Dictionary.DataSources.Clear();
report.Dictionary.Databases.Clear();
report.Dictionary.DataStore.Clear();
report.RegData(dtDaftar);
report.Dictionary.Synchronize();
report.Compile();

WebVwrFx.Report = report;

thank you
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

slow webviewerFX

Post by Vladimir »

Hello,

Please tell us how many pages you have in the report?

Thank you.
abi
Posts: 55
Joined: Mon Feb 22, 2010 4:18 pm
Location: indo

slow webviewerFX

Post by abi »

sorry..late to reply

73 page. just information dataset from Store Procedure

thank you
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

slow webviewerFX

Post by Vladimir »

Please send us .mdc document file for analysis (attach to message on forum or send to support[at]stimulsoft.com).

Thank you.
abi
Posts: 55
Joined: Mon Feb 22, 2010 4:18 pm
Location: indo

slow webviewerFX

Post by abi »

sorry my page is 68 pages...

this my mdc file and i can't load a couple field
Attachments
404.Report3.zip
(237.38 KiB) Downloaded 193 times
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

slow webviewerFX

Post by Vladimir »

Hello,

Please tell us know what version of our product do you use? In last version 2010.1.700 we did not meet the problems with performance. Our test computer: Intel Code2Duo 2.3 Ghz, IE7 and Firefox 3.6

Thank you.
Post Reply