Displaying the page number and date


First let's add two methods that will provide us with the page number and today's date:

public Number Page() => _Printer.Page;      
public Date CurrentDate() => Date.Now; 

In the layout designer use the column wizard to add the methods to the layout


Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com