P
Peter
I need to change the css element with C# on the server side, how do I do
that?
I need to change the following:
.reportviewercss
{
display: inline;
}
to
.reportviewercss
{
display: none;
}
that?
I need to change the following:
.reportviewercss
{
display: inline;
}
to
.reportviewercss
{
display: none;
}