Search
Report.Schedule Property
See Also
 





Gets or sets the schedule to be printed or previewed by the report.

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

 Syntax

C#  Copy Code

public Schedule Schedule { get; set; }

Visual Basic  Copy Code

Public Property Schedule As Schedule

 Property Value

An instance of the Schedule class containing the items to be displayed in the report.

 See Also