MDC File Open Problem ???

Stimulsoft Reports.NET discussion
Post Reply
jayakumargr
Posts: 85
Joined: Sat Jan 20, 2007 4:21 am

MDC File Open Problem ???

Post 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


Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

MDC File Open Problem ???

Post 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.
Post Reply