I used LazReport with CompositeReport and also multiple page frequently, sometime I want to skip one or some of page(s) of generated report. The easiest way to that is using "Skip" field/property on the TfrPage where as declarated as private field. So, I moved the "Skip" field from private to public declaration, and everything work as expected.
Obviously, when I update my lazarus sources, my modification reverted to the original source and I have to change it again and again as much as I update the source from SVN.
Now, I propose how to change the Skip field of TfrPage as Public declaration so we can access the field from our application? Please.
Many thanks,
Regards.