hide fastreport pages
Good afternoon, could someone tell me if to hide fastreport pages? For example in delphi the user puts the page number 5, at the time of the visualization hides the pages smaller than 5 (1,2,3 and 4).
Good afternoon, could someone tell me if to hide fastreport pages? For example in delphi the user puts the page number 5, at the time of the visualization hides the pages smaller than 5 (1,2,3 and 4).
Comments
Use frxReport1.PreviewPages.DeletePage to delete pages before preview
Thanks GPI