Text Object Needs To Break
I was wondering if there is a way to know in code that the text box will require a break, in which I will use a "BreakTo". I want to handle the targeted text box that is holding the "BreakTo" in a special way, but only if I know if the first box can't hold the text.
Along these same lines when does the text value get set to a text box that is containing anything sent to it from a different text box that is set to break to it.
For example : box A contains text that has "BreakTo" set to box B. When can I see in code that box B has a value? I checked currently and you can not know after report.Prepare().
Along these same lines when does the text value get set to a text box that is containing anything sent to it from a different text box that is set to break to it.
For example : box A contains text that has "BreakTo" set to box B. When can I see in code that box B has a value? I checked currently and you can not know after report.Prepare().