Tuesday, March 6, 2012

2005 WebForm ReportView Toolbar Page Count Font Color Setting?

I am using RS 2005 ReportViewer in an ASP.NET 2.0 page.
The Toolbar Page Count, "of xx", has a Font Color of White and does not show
up very well on the default Back Color.
It appears to be inheriting it from the StyleSheet Color for BODY. If I
change that Color, the Page Count Color changes to the new color.
Is there a setting for this Page Count Font Color?
I have tried FontColor in the control, but this doesn't work.
I even tried wrapping the control in a TABLE or SPAN but not luck.
Thanks,
DougI did come up with a work around by using some injection in the ReportViewer
Control's Font-Names Property.
Font-Names="Verdana"
becomes
Font-Names="Verdana;color:Black"
Doug
"Douglas J. Badin" <DJBadin@.newsgroups.nospam> wrote in message
news:%23usrNmi4GHA.2264@.TK2MSFTNGP06.phx.gbl...
>I am using RS 2005 ReportViewer in an ASP.NET 2.0 page.
> The Toolbar Page Count, "of xx", has a Font Color of White and does not
> show up very well on the default Back Color.
> It appears to be inheriting it from the StyleSheet Color for BODY. If I
> change that Color, the Page Count Color changes to the new color.
> Is there a setting for this Page Count Font Color?
> I have tried FontColor in the control, but this doesn't work.
> I even tried wrapping the control in a TABLE or SPAN but not luck.
> Thanks,
> Doug
>

No comments:

Post a Comment