Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Crstall Report ExportToStreme Error

Reply
Thread Tools

Crstall Report ExportToStreme Error

 
 
najafian
Guest
Posts: n/a
 
      12-15-2004
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(CrystalDeci sions.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.


 
Reply With Quote
 
 
 
 
Elton Wang
Guest
Posts: n/a
 
      12-16-2004
If any data binding step, data, parameters, or logon fails,
it may cause problem in ExportToStream() or Export().

Elton Wang

>-----Original Message-----
>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.
>
>
>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
The definition of the report 'Main Report' is invalid =?Utf-8?B?Sm9obiBCYWlsZXk=?= ASP .Net 0 07-02-2005 06:43 AM
Crysatl report load report failed Meheraj shaik via .NET 247 ASP .Net 1 06-07-2005 08:29 AM
Load Report Fails on ASP.NET app when report is on a different ser =?Utf-8?B?aHVicmlzdGljYm9i?= ASP .Net 1 03-17-2005 01:24 PM
getting rid of error report/ dont send error report Windows XP Computer Support 8 05-10-2004 06:34 PM
Setting a Range Parameter in a crystal report and streaming resulting report as a pdf James Wallace ASP .Net 0 10-17-2003 04:42 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57