Hi,
I have a report containing a table like this:
----
|=Fields!callRef.Value | ="Problem:" & Fields!callDesc.Value |
----
My boss wants me to make "Problem" bold while leaving the call description
(callDesc) in plain font.
--> Am I correct in thinking that this cannot be done?
My only solution is to do something like (add a new column):
----
|=Fields!callRef.Value | "Problem:" |= Fields!callDesc.Value |
----
Is there a better solution?
Cheers,
JoeSplitting these in to 2 text boxes are your only option as far as I know. I
have had to do that as well
Craig
"Joe Dillon" <JoeDillon@.discussions.microsoft.com> wrote in message
news:CA72895F-20A8-4963-B28B-94EAA9DB5185@.microsoft.com...
> Hi,
> I have a report containing a table like this:
> ----
> |=Fields!callRef.Value | ="Problem:" & Fields!callDesc.Value |
> ----
> My boss wants me to make "Problem" bold while leaving the call description
> (callDesc) in plain font.
> --> Am I correct in thinking that this cannot be done?
> My only solution is to do something like (add a new column):
> ----
> |=Fields!callRef.Value | "Problem:" |= Fields!callDesc.Value |
> ----
> Is there a better solution?
> Cheers,
> Joe|||You should be able to enter an expression into the format property
box...I have some stuff that shows a $ in a money column if its the
first or last row...like that or were you talking more about the font
and size?
--
Ben Sullins
http://bensullins.com|||Thanks for replies.
Craig - acutally my boss prefers it split so I am ok!
Sullins - yes I want to make the font bold
"sullins602" wrote:
> You should be able to enter an expression into the format property
> box...I have some stuff that shows a $ in a money column if its the
> first or last row...like that or were you talking more about the font
> and size?
> --
> Ben Sullins
> http://bensullins.com
>
Wednesday, March 7, 2012
conditional formatting WITHIN textbox
Labels:
boss,
conditional,
containing,
database,
fieldscalldesc,
fieldscallref,
formatting,
microsoft,
mysql,
oracle,
report,
server,
sql,
table,
textbox,
value
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment