Modify control property within code

gerbagerba Member Posts: 37
Hello all!

In a Report I want to modifiy the 'FontBold' property of a textbox within the code of the concerned section.
How can I do that?
I couldn't find any solution in the web.
But I be possible, right?

Thanks a lot for your help in advance!

Gerald

Answers

  • garakgarak Member Posts: 3,263
    it's not possible @runtime.
    you can only create different sections. for example one with Bold, One with Italic on underline, one italic an bold and so on ....
    In the OnPreSection you check if the section must be printed or not (Showoutput(BoolCondition))

    Regards
    Do you make it right, it works too!
  • gerbagerba Member Posts: 37
    Hi!

    Thank you!
    It works!

    Gerald
  • garakgarak Member Posts: 3,263
    no problem and welcome
    Do you make it right, it works too!
Sign In or Register to comment.