May 5, 2010 at 9:03 am
Hi,
Is it possible to convert partial items in a Textbox to bold and partialy items to leave it normally.
Kindly suggest.
Regards
Durai Nagarajan
May 5, 2010 at 9:17 am
no it's not possible; the html textbox item itself does not support internally changed fonts;
you could use a <span> tag instead of a textbox, that would allow you to put something like <span><b> the Description:</b> TheValue</span>
Lowell
May 5, 2010 at 9:36 am
Hi,
I dont know how to implement your suggestion.
i have to have a cell in a table like this , kindly suggest the steps.
Regards
Durai Nagarajan
May 10, 2010 at 1:28 am
Hello,
FYI : within SSRS 2008 it is possible to use partial formatting on a text box.
Just a minor hitch : it doesn't work when reports are shown within an application using the reportviewer control (version 2008) . In the VisualStudio 2010 version this issue seems to be resolved.
Kind regards,
Erik
May 13, 2010 at 1:46 am
correct,you can insert some placeholder in one textbox and set font property respectively ,reportviewer2010 can show the real effect you set while 2008 version not
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply