Report Object's PrintOn property
I set a property of TextObject's PrintOn = FirstPage, then attach a event to TextObject's BeforePrintEvent.
I hope that TextObject's BeforePrintEvent will be fired in FirstPage, but it is fired in All Pages. Why? is this a bug?
I hope that TextObject's BeforePrintEvent will be fired in FirstPage, but it is fired in All Pages. Why? is this a bug?
Comments
No, it's by design. Events will fire independent of PrintOn property setting.