AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Organigrama
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
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 20/06/2023

Señalar un error o enviar una sugerencia | Ayuda local