MindFusion.Wpf Pack Programmer's Guide
Report.Print Method
See Also
 





Prints the items in the specified range from the underlying schedule.

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

 Syntax

C#  Copy Code

public void Print (
    DateTime start,
    DateTime end
)

Visual Basic  Copy Code

Public Sub Print( _
    start As DateTime, _
    end As DateTime _
)

 Parameters

start
A DateTime object, specifying the beginning of the time interval containing the items to be included in the report.
end
A DateTime object, specifying the end of the time interval containing the items to be included in the report.

 Remarks

You would usually specify DateTime.MinValue and DateTime.MaxValue for the start and end parameters respectively, in order to include all items in the report. However, this can be dangerous when there are infinite recurring items. In this case the report generation might take considerable amount of time.

 See Also

Report Members
Report Class
MindFusion.Scheduling.Reporting Namespace