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
slow webviewerFX
slow webviewerFX
Hello,
Please tell us how many pages you have in the report?
Thank you.
Please tell us how many pages you have in the report?
Thank you.
slow webviewerFX
sorry..late to reply
73 page. just information dataset from Store Procedure
thank you
73 page. just information dataset from Store Procedure
thank you
slow webviewerFX
Please send us .mdc document file for analysis (attach to message on forum or send to support[at]stimulsoft.com).
Thank you.
Thank you.
slow webviewerFX
sorry my page is 68 pages...
this my mdc file and i can't load a couple field
this my mdc file and i can't load a couple field
- Attachments
-
- 404.Report3.zip
- (237.38 KiB) Downloaded 193 times
slow webviewerFX
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.
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.