With the version 2010.1.317, I was able to change font style like this :
Now, with the version 2010.1.423, all my style still like in the design mode and nothing change... What append?
thanks
txtTitle.Style.Color = System.Drawing.Color.FromArgb(154, 51, 102)
txtTitle.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18)
txtTitle.Style.Font.Bold = True
Now, with the version 2010.1.423, all my style still like in the design mode and nothing change... What append?
thanks