Same column partial Font Bold

  • 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

  • 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


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • 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

  • 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

  • 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