dbicList Send comments on this topic.
Print(PrintDialog) Method
See Also 
dbicList Assembly > Dbi.WinControl.List Namespace > dbiList Class > Print Method : Print(PrintDialog) Method

printDialog
The PrintDialog to use with the print method.
Prints the list using the supplies PrintDialog object.

Syntax

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

Parameters

printDialog
The PrintDialog to use with the print method.

Requirements

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

See Also