True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / PrintInfo Class / PrintPreview Method

In This Topic
    PrintPreview Method (PrintInfo)
    In This Topic
    Opens a separate modal window in which end users can preview the output that would be generated by the print operation.
    Syntax
    'Declaration
     
    Public Sub PrintPreview() 
    public void PrintPreview()
    Remarks
    PreviewFormClassName allows to specify a custom form for the preview dialog.
    See Also