Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use two font in one expression in rdlc report

I have a report that it has one expression.In this expression I want to use two different font. For example I want to write "Hello. My name is Tavousi.". That Tavousi is in other font. Note that I want to use ONE expression. How to I can do this?

like image 836
Tavousi Avatar asked Nov 30 '25 17:11

Tavousi


1 Answers

with Report Viewer 2010, AFAIK a TextBox with one expression, can only have one text format.

An alternative is to use a Table from the Toolbox. each cell in the table can have its own expression, and also its own text formatting.

Tip: if a row is empty, then set the Visibility condition for the whole row, to make sure that it does not take up whitespace.

like image 51
Sean Avatar answered Dec 03 '25 05:12

Sean



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!