cancel
Showing results for 
Search instead for 
Did you mean: 

ExportToHttpResponse and HTML40 + HTML32

Former Member
0 Kudos

hello...

i have learned that to export report that contine images, its recomended ti use ExportToHttpResponse methode, but this methode dosnt acept HTML40 or HTML32 format.

so is there any methode to do it.

thanks

View Entire Topic
former_member208657
Active Contributor
0 Kudos

Toto,

The ExportToHttpResponse is normally used with formats like Adobe PDF, Excel, and Word. We have a web viewer called the CrystalReportViewer control that renders the report in DHTML for you. It is far superior to exporting to our HTML format.

I suggest you look at our [Developer Library|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm] for information on the Crystal Reports .NET SDK. You will want to check out the Tutorials and Sample Code --> ReportDocument Object Model Tutorials.

You'll also want to check out code samples located on Diamond here https://boc.sdn.sap.com/codesamples.

Regards,

David

Former Member
0 Kudos

thanks a lot for your response, my probleme is that when i export with streaming its dosent show me the images.

now the export into disck its works, i wuoul like to know how, tu show this file exported into a streaming wy.

thanks