all groups > sql server reporting services > march 2007 >
You're in the

sql server reporting services

group:

How to show = character ?


RE: How to show = character ? Bruce Johnson [MSFT]
3/28/2007 3:58:03 PM
sql server reporting services:
Try using double quotes: ="="

[quoted text, click to view]
Re: How to show = character ? EMartinez
3/28/2007 4:46:26 PM
[quoted text, click to view]


This might work:

<Value>="="</Value>

Regards,

Enrique Martinez
Sr. Software Consultant
How to show = character ? Andrus
3/29/2007 12:02:16 AM
I'm using WinForms ReportViewer in local mode.

<Textbox Name="Label51">
<Value>='='</Value>
</Textbox>

and

<Textbox Name="Label51">
<Value>=Chr(61)</Value>
</Textbox>

causes error .

How to display = character in report ?


Re: How to show = character ? Lisa Slater Nicholls
4/4/2007 8:25:23 PM
Did you try

CHRW(61)

?=20

Works for me -- I'm not using local mode, but CHR(61) does cause the =
error for me in server mode also, and CHRW works okay.

Also, and possibly a better idea

=3DFormat("=3D")

worked okay.

[quoted text, click to view]




[quoted text, click to view]
AddThis Social Bookmark Button