table width and height does not work in richtextbox (html) sometimes
ActiveReports for .NET 3.0 Support
table width and height does not work in richtextbox (html) sometimes
07-02-2009, 3:04 PM
put following html in a richtextbox, you will see in the report, width="500" height="200" has no effect.
<html><head></head><body>
<table width="500" height="200" border="1" style='font-size:10pt; '>
<tr>
<td style='font-family:arial black; font-size:10pt; text-align:right;'>td1</td>
<td align="right" style='font-family:courier new; font-size:10pt'>td2</td>
</tr>
</table>
</body></html>
but, following html works
<html><head></head><body>
<table width="500" height="200" border="1" >
<tr>
<td style='font-family:arial black; font-size:10pt; text-align:right;'>td1</td>
<td align="right" style='font-family:courier new; font-size:10pt'>td2</td>
</tr>
</table>
</body></html>
It's a bug, I guess.
Re: table width and height does not work in richtextbox (html) sometimes
07-06-2009, 2:09 PM
Hello,
I have added a Case 132283 to look into this issue. I have also added your name under the list of effected users of this case.
If you already have not subscribed the
ARN announcement forums
, then please subscribe now to be updated about or new releases which may contain a fix for this issue.
Regards,
Aashish
Re: table width and height does not work in richtextbox (html) sometimes
08-24-2010, 9:27 AM
Same bug in AR 6.
Any plan to fix it in both AR 6 and 3.0?...
Re: table width and height does not work in richtextbox (html) sometimes
08-25-2010, 8:34 AM
jeffrey0070,
I would like to tell you that Case 132283 is currently open with the development team and the issue is reproducible in both ARN 3.0 and AR 6. However I would like to add that the fix will only be for AR 6 as ARN 3.0 is no longer in active development. I have updated Case 132283.
Regards,
Sankalp
Sankalp Sen
GrapeCity- DataDynamics