Report

File Object Type

A Report is the frame type for a word processing document in Blockpad.

From an empty Blockpad tab, you can start a blank document by clicking the New Report icon.

You can use a Report like any word processor. You can also fill a report with calculations, embedded drawings, and tables that are like mini-spreadsheets.

Member sizing

Add a report top level frame to a file:
  1. Select the insert tool.
  2. Choose Report.
  3. Click OK.

Another option:

  1. Hover over the top level frame list on the left side of the window.
  2. Click the "+" that appears.
  3. Select Report.
See also:

You can refer to this file object type in any formula, macro, module, or other script in Blockpad. You can use either its name or its full path:

  • To refer to it by name, use Report (make sure the library Library.Docs.Objects is included with Include Libaries)
  • To refer to it by its full path, use Library.Docs.Objects.Report

 

See also: