dbicMonth Send comments on this topic.
PrintPreview(PrintDialog) Method
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > dbiMonth Class > PrintPreview Method : PrintPreview(PrintDialog) Method

printDialog
PrintDialog

Previews a printed report using the specified

PrintDialog.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub PrintPreview( _
   ByVal printDialog As PrintDialog _
) 
C# 
public void PrintPreview( 
   PrintDialog printDialog
)

Parameters

printDialog
PrintDialog

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also