ActiveReports for .NET 3.0 Support

Started by jeffrey0070 at 07-02-2009 3:04 PM. Topic has 1 replies.

Print Search Rate
Sort Posts:    
   07-02-2009, 3:04 PM
jeffrey0070 is not online. Last active: 8/20/2009 6:58:23 PM jeffrey0070

Top 200 Posts
Joined on 08-28-2004
Posts 46
table width and height does not work in richtextbox (html) sometimes
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.


   Report 
   07-06-2009, 2:09 PM
AashishB is not online. Last active: 2/2/2010 5:34:44 PM AashishB

Top 50 Posts
Joined on 12-11-2008
Posts 426

DDStaff
Re: table width and height does not work in richtextbox (html) sometimes
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

   Report 
GrapeCity » Product Support » ActiveReports f... » table width and height does not work in richtextbox (html) sometimes

Privacy Policy | Copyright © 1997-2010 - GrapeCity, inc.