MDC File Open Problem ???
Posted: Tue Jul 29, 2008 5:04 am
Hi,
i have save the preview data to mdc file.it saves the file perfectly. The saved file size around 900 mb(total pages 132).
After that i'm trying to open that mdc file.it shows out of memory exception.
My code is:
StiReport mdcREport = new StiReport();
mdcREport.LoadDocument(opnFileDialog.FileName.ToString());
StiPreviewControl PreviewControl = new StiPreviewControl();
PreviewControl.Dock = System.Windows.Forms.DockStyle.Fill;
PreviewControl.Location = new System.Drawing.Point(0, 0);
PreviewControl.Name = "PreviewControl";
PreviewControl.Report = mdcREport;
i'm not able to send my mdc file to you. how to solve that error ???
Thanks in advance,
Jayakumar
i have save the preview data to mdc file.it saves the file perfectly. The saved file size around 900 mb(total pages 132).
After that i'm trying to open that mdc file.it shows out of memory exception.
My code is:
StiReport mdcREport = new StiReport();
mdcREport.LoadDocument(opnFileDialog.FileName.ToString());
StiPreviewControl PreviewControl = new StiPreviewControl();
PreviewControl.Dock = System.Windows.Forms.DockStyle.Fill;
PreviewControl.Location = new System.Drawing.Point(0, 0);
PreviewControl.Name = "PreviewControl";
PreviewControl.Report = mdcREport;
i'm not able to send my mdc file to you. how to solve that error ???
Thanks in advance,
Jayakumar