Example #1
0
 public void PrintWeeklyProgram(List <GoalVersionOfferedCoursesRow> dataSource, double minuteWidth = 1.1, double borderThickness = 1, double padding = 5, double fontSize = 13, double minHeight = 87)
 {
     if (reportFeaturs == ReportFeaturs.ALL_FEATURES || reportFeaturs == ReportFeaturs.JUST_WEEKLY_PROGRAM)
     {
         weeklyProgram.DataSource = dataSource;
         weeklyProgram.Render(canvas, minuteWidth, borderThickness, padding, fontSize, minHeight);
     }
 }