Row should be bold in SSRS
-
Hi Team, I want to show one row as bold in my SSRS report. That row is static always but it can change the row no. Ex some times it may come in second sometimes it may come in 5th. but the row is constant always this needs to show in bold So how to handle this problem Thanks
-
Hi Team, I want to show one row as bold in my SSRS report. That row is static always but it can change the row no. Ex some times it may come in second sometimes it may come in 5th. but the row is constant always this needs to show in bold So how to handle this problem Thanks
Hi, What Is the condition? for the row to show as bold..! Make use of iif Loop ..! in the expression of the row font..! way to do it..! right click on the row go to properties go to font and write the expression.. check this lnk for expressions http://msdn.microsoft.com/en-us/library/ms157328.aspx[^]
LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.
-
Hi, What Is the condition? for the row to show as bold..! Make use of iif Loop ..! in the expression of the row font..! way to do it..! right click on the row go to properties go to font and write the expression.. check this lnk for expressions http://msdn.microsoft.com/en-us/library/ms157328.aspx[^]
LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.
Thx it is working for me
-
Thx it is working for me