Crstall Report ExportToStreme Error

  • Thread starter Thread starter najafian
  • Start date Start date
N

najafian

Hi,

I use VS.NET 2002.
I create a .rpt file with Crytal Report ver10 Professional Designer and use
this rpt file in ASP.NET Page and call ExportToStream method of
ReportDocument like this.

Stream
st=this.reportDocument1.ExportToStream(CrystalDecisions.Shared.ExportFormatT
ype.PortableDocFormat);

When run this page, I get an error.

Error in File c:\inetpub\wwwroot\Admin\Report1.rpt: Operation not yet
implemented.

If i create my report with VS.NET IDE, this report work correctly.

Thanks for your time.
 
If any data binding step, data, parameters, or logon fails,
it may cause problem in ExportToStream() or Export().

Elton Wang
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top