Generates a print preview of the items in the specified range from the underlying schedule.
Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting
C# Copy Code |
---|
public void Preview ( |
Visual Basic Copy Code |
---|
Public Sub Preview( _ |
Use the start and end parameters when there are infinite recurring items in your schedule. Otherwise, it is safe to specify DateTime.MinValue and DateTime.MaxValue for the start and end time parameters respectively to ensure all items will get included in the report.
Note |
---|
Make sure you assign a Schedule object to the report through its Schedule property. Calling this method before doing this will result in an InvalidOperationException. |