Is it possible to display text saved with HTML tags as true HTML inside a text box? For example I have some text saved that displays in red when viewed on a web page, but in the report it actually prints the HTML tags that set the color to red. Any ideas? Thanks!
JeffNOPE. Reporting Services just prints out the text AS IS and is not parsed by the browser. I have spent a very good amount of time on this issue for one of the projects I worked on.
I even brought it up during one of the MSDN events with a Microsoft SQL Server MVP speaker. He asked me to email him in detail about it and when I did he never replied back.|||Thanks for the reply. That's what I was afraid of. Guess I'll probably end up using Active Reports for now. Thanks again!
Showing posts with label inside. Show all posts
Showing posts with label inside. Show all posts
Friday, February 24, 2012
Friday, February 17, 2012
Display Negative in Brackets
Sorry for the accounting type question, how do you get a negative inside
brackets instead of with a "-"?
E.g. (200.25) instead of -200.25
Any help would be appreciated.What version of RS are you using? I currently have reports in RS 2005
that are formatted as Currency (c) and if the number is negative it
will render as (34.00). I can't remember if RS 2000 did this.|||You need to put formating like this
###0.00;(###0.00)
Look in help for more info on formating numbers..
Stjepan
"Are friends electric?" <Arefriendselectric@.discussions.microsoft.com> wrote
in message news:8BC96D0C-6B8B-4210-9F0A-1B48F945FD4A@.microsoft.com...
> Sorry for the accounting type question, how do you get a negative inside
> brackets instead of with a "-"?
> E.g. (200.25) instead of -200.25
> Any help would be appreciated.
brackets instead of with a "-"?
E.g. (200.25) instead of -200.25
Any help would be appreciated.What version of RS are you using? I currently have reports in RS 2005
that are formatted as Currency (c) and if the number is negative it
will render as (34.00). I can't remember if RS 2000 did this.|||You need to put formating like this
###0.00;(###0.00)
Look in help for more info on formating numbers..
Stjepan
"Are friends electric?" <Arefriendselectric@.discussions.microsoft.com> wrote
in message news:8BC96D0C-6B8B-4210-9F0A-1B48F945FD4A@.microsoft.com...
> Sorry for the accounting type question, how do you get a negative inside
> brackets instead of with a "-"?
> E.g. (200.25) instead of -200.25
> Any help would be appreciated.
Tuesday, February 14, 2012
Display estimated execution plan problem
Hi all,
I have a complex query inside a stored procedure. When I try to see the
estimated query plan from Query Analyzer it hangs (I wait for at least one
minute).
When I stoped the QA with the red button it answers with a syntax error...
But there aren't syntax errors... I tried to do the same in another
environment and all things work.
Any idea?
Thank you very much!!
Alexandre Calderaro
Avanade Italy
Hi Alex my colleage :-)
Same Compatibility level ? If you use another compat. level some
statements might not be able to compile.
HTH, Jens K. Suessmeyer.
http://www.sqlserver2005.de
I have a complex query inside a stored procedure. When I try to see the
estimated query plan from Query Analyzer it hangs (I wait for at least one
minute).
When I stoped the QA with the red button it answers with a syntax error...
But there aren't syntax errors... I tried to do the same in another
environment and all things work.
Any idea?
Thank you very much!!
Alexandre Calderaro
Avanade Italy
Hi Alex my colleage :-)
Same Compatibility level ? If you use another compat. level some
statements might not be able to compile.
HTH, Jens K. Suessmeyer.
http://www.sqlserver2005.de
Subscribe to:
Comments (Atom)