Article Details
Id:11248
Product:finPOWER Connect
Type:NEW
Version:2.00.00
Opened:25/07/2013
Closed:25/07/2013
Released:04/10/2013
Job: J011885

Page Sets; You can now print a Grid from Script code

Grids on a Page Set page can now be printed from Script code.

The following sample prints a grid:

Public Sub cmdPrint_Click(sender As Object, e As finPageObjectClickEventArgs) Handles cmdPrint.Click

  gridTest.Print()

End Sub