Example: Printing an ellipse
The following example is used to print an ellipse with a dotted border.
// Start print job in the report viewer
iDestination(iViewer)
// Print an ellipse
iEllipse(50, 50, 150, 130, 1, 100, RGB(0,0,0), iDotted, iDownwardDiagonal)
// Ends the print job
iEndPrinting()