How to call a FR function?

edited 5:12AM in FastReport .NET
Is there a way to execute a FR function from the application? I do not mean from the report script, I mean from the main application.

For example something like:

Report.Evaluate("Acos(0.12)")



Thank you

Comments

  • edited 5:12AM
    It is possible only while the report is running. Call the report.Calc(some_expression) method.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.