July 7, 2008 at 6:37 am
Hi
In Writing the expression IN RDL , what is the function for making the text BOLD?
Can you please tell me ?
Thanks
-Meghna
July 7, 2008 at 7:17 am
Hi Meghna,
Just go the properties of textbox/reportitems and then follow these steps:
Font--> FontWeight-->Select combobox
now Write expression like:
=IIF(Fields!FieldName.Value= AnyValue, "Bold", Normal")
Hope this is what u are trying. 🙂
August 31, 2008 at 3:42 am
=IIF(Fields!LExpiryDate1.Value= "Y", "Bold", "Normal")
run the report but output is display "Bold" or "Normal" text
August 31, 2008 at 10:59 pm
I think Y have copied this in textbox (ReportItem) expression.
Instead, You have to copy it in Format properties.
August 31, 2008 at 11:32 pm
hi
for eg Naryan sharma i have in one textbox and i want first word bold n other normal , can u suggest?
thanks
September 1, 2008 at 12:21 am
This is not possible in SSRS 2005 because richTextBox is not supported in SSRS
September 1, 2008 at 1:45 am
oh ok !
Thanks
September 1, 2008 at 5:42 am
Thank
its work
September 3, 2008 at 1:02 pm
To highlight one section of a textbox, one hack you can do if you know the report is ALWAYS viewed as a web archive format and can ignore the extra baggage when viewing in other formats, is to wrap the intended section in the standard HTML markup for bold - i.e. . You would of course first need to isolate the section you want to bold via some text or string function and insert the markup in the appropriate positions before and after your target text.
EDIT: this forum does not display the HTML markup code I am intending to include, how does one get it to do so?
maddog
September 13, 2008 at 7:32 am
hey Guys,
In Sql Server Reporting server we can make some part of text bold by just editing Xml file.
For Any Queries contact me.
September 17, 2008 at 2:22 am
Hi Cool Guy,
Reporting services does not allow to make some part of the text bold.
September 17, 2008 at 2:26 am
Hi,
You cant do it in one text box. U can use two text box and format it.
Please see link below. It might be helpful.
regards,
vijay
Viewing 12 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic. Login to reply