Modules
  • 26 Aug 2024
  • 1 Minute to read
  • Dark
    Light

Modules

  • Dark
    Light

Article summary

General

Modules which are part of a report are similar to Global Modules with the exception that they can only be used in Expressions in the context of the report to which the module belongs.

Example: If you want to write functions which should be callable from any Expression in the context of any Report or Task, then you should use a Global Modules. If you want to write a function that is only used in the context of one specific Report, then a module for that report can be used.

Managing Report Modules

You can manage parameters of a report by starting the Report Designer for the report. You can create a module by right-clicking the MODULES folder in the content explorer an selecting New Module. You can edit a module by double-clicking it in the content explorer. You can delete a module by right-clicking the module in the content explorer an selecting Delete Module.


Was this article helpful?

What's Next