cancel
Showing results for 
Search instead for 
Did you mean: 

Export to HTML 3.2 > Heading/Footer Alignment Issue

Former Member
0 Kudos

Hello

I am using RAS API to create reports on the fly. I have a report in which during export to HTML3.2 format formatting loss issue is happening. This issue is happening with HTML3.2 format only while it is working fine with all other export formats (HTML4.0/PDF/Excel).

If I am opening this report in crystal designer and trying to export in HTML3.2 format, formatting loss issue is coming there too. We noticed that header/footer are displayed as center aligned but they are left aligned in HTML after export in HTML3.2 format.

Version details:

Visual studio 2012

Crystal designer 2013

RAS API : v. 13.0.10.1385

We are working on a win app here.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Saurabh,

Since that is the way it works in Cr Designer it will not be any different when exporting through code.

If you look at the source after exporting in the browser you'll notice 3.2 uses Tables to format the page where in 4.0 it uses div to control the formatting.

Since 3.2 is old I suggest you simply not allow users to select 3.2. All browsers should not support 4.0

Don

Answers (0)