Image
report_image TPTReport.Image(string filename)
This function imports the image specified by the filename.
Parameters:
filename file name of the image
Returns:
the new image node that can be added to the report.
Examples:
# include an image
TPTReport.add(TPTReport.Image("tpt_logo.png"));