how to make textbox font BOLD dynamicaly using expression in rdlc

  1. http://social.msdn.microsoft.com/Forums/en-US/vsreportcontrols/thread/30c901cc-759f-432d-905a-80467dd5e9aa/

     "<b>”+ First(Fields!company.Value) +“</b>"
    Choose HTML property from Markup type property.
  2. http://stackoverflow.com/questions/3786884/visual-studio-2010-rdlc-support-for-html
    RDLC - 
    Place Holder properties...General....Markup Type....HTML

0 comments: (+add yours?)

Post a Comment