Use code from a custom assembly

Prerequisites

  • You must have added a custom assembly to the report template (see Add a custom assembly)

  • The custom assembly must be available on the local PC.

  1. In the Expression Editor, expand the Custom Classes category, and select the class you want to use.

  2. In the lower middle panel, select the instance of the class you want to use.

  3. All methods provided by the class are listed in the lower right panel.

  4. Double-click the method to insert it into your expression.

  5. For example, if there is the instance Obj with the method myMethod(), the code Obj.myMethod() will be added to your code in the Expression Editor.