I have used textbrick to display my Text. I want to show certain part of the text bold. Is that possible?
For example:
TextBrick tb = new TextBrick();
tb.Rect = new RectangleF(0, 0, e.Graph.ClientPageSize.Width, 100);
tb.Text="Profile Name : "+lblProfile.Text;
I want to make 'Profile Name' bold.