Skip to content

PrintGrid2 Method

Description

Prints the current Grid view with the option to print immediately without showing any dialogs or needing any HDC handle.

Syntax

Public Sub PrintGrid2( _
    ByVal ShowPrintDialog As Boolean _
)

Parameters

  • ShowPrintDialog: True to display a print dialog before the grid is printed. False to send the grid directly to the printer.

Remarks

PrintGrid2 does pretty much the same thing as PrintGrid, only it does not require you to get the real DC handle from an ActiveX control, making it easier to use.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.