ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Organization Chart functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Creates an image representing the entire Organization Chart control.
Example
// Saves the image of Organization Chart control
ORG_Direction.SaveImage("OrganizationChartImage.png")
// Print the image in a report (image passed as parameter)
RPT_Org.Print("OrganizationChartImage.png")
Syntax
<Result> = <Organization Chart control>.SaveImage(<Image name>)
<Result>: Boolean
  • True if the image was created,
  • False otherwise. ErrorInfo is used to identify the error.
<Organization Chart control>: Control name
Name of Organization Chart control whose image will be saved.
<Image name>: Character string
Name of the image file to create. The format of the image is deduced from the extension (".gif", ".BMP", ".png", ".jpg").
Remarks
The image created on disk is a representation of the entire organization chart. If scrollbars are found, the hidden areas are also included in the image. Therefore, this image can be large.
Component: wd290obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/20/2023

Send a report | Local help