Page 1 of 1

MDC File Open Problem ???

Posted: Tue Jul 29, 2008 5:04 am
by jayakumargr
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



MDC File Open Problem ???

Posted: Tue Jul 29, 2008 6:13 am
by Edward
Please submit full stack of the error.

If it possible, please send mrt file of the report template and one of the image files you are using. We will try to reproduce the issue on our side.

Thank you.