Search
ContinuePrintingReportEventArgs.ContinuePrinting Method
See Also
 





Call this method if you want the print operation to continue on a new page with the view settings specified in the Calendar control. Call this method only once per event to avoid unnecessary calculations.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting

 Syntax

C#  Copy Code

public void ContinuePrinting ()

Visual Basic  Copy Code

Public Sub ContinuePrinting ()

 See Also