sometimes, i need get data by my custom function, and i want to set text to be:
{MyFunction("aaa")}
or
MyObject.Function("aaa")
how to pass those functions and objects to report script?
can i add custom function and external object?
can i add custom function and external object?
Hello,
Add reference to your assembly in ReferencedAssemblies of StiReport. After then add using statement to report code. After then you can use your static functions as:
Thank you.
Add reference to your assembly in ReferencedAssemblies of StiReport. After then add using statement to report code. After then you can use your static functions as:
Code: Select all
{MyObject.Function("aaa")}