Any images in bitmap file form can be displayed in Flex and HTML-based Management views.
You can save the image files in any folder of a client-specific configuration directory (<PPM installation directory>\ppmmashzone\server\bin\work\data_ppm\config\<client>). You can save the image files directly in the root directory or in any subdirectory, e.g., in a folder called mvreports for Minitab report images.
The path of the root directory for saving the images is specified in the file Templates_settings.properties of the PPM client.
Example
ManagementViews2.FileBitmapBaseDirectory=C:\SoftwareAG\ppmmashzone\server\bin\work\data_ppm\config\umg_en\mvreports
The individual images are called via the init() method of the MV component. In addition, you must specify the relative path for the image file, the favorites server "FILE", the view type "BITMAP", as well as width and height of the graphic in percent or pixels.
Example
mv1.init("mvParent1", "minitab/Umsatzanalyse.png", "FILE", "BITMAP", "100%", "260", []);