dbicDayView Send comments on this topic.
Print(PrintDialog) Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class > Print Method : Print(PrintDialog) Method

printDialog
PrintDialog
Prints the control to the specified PrintDialog.

Syntax

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

Parameters

printDialog
PrintDialog

Requirements

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

See Also