Class SchedulerBaseWeeklyPrintStyle
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public abstract class SchedulerBaseWeeklyPrintStyle : SchedulerPrintStyle, ICloneable
Constructors
SchedulerBaseWeeklyPrintStyle()
Creates a new instance of the class.
Declaration
public SchedulerBaseWeeklyPrintStyle()
SchedulerBaseWeeklyPrintStyle(DateTime, DateTime)
Creates a new instance of the class.
Declaration
public SchedulerBaseWeeklyPrintStyle(DateTime startDate, DateTime endDate)
Parameters
System.DateTime
startDate
The start date of the printing range. |
System.DateTime
endDate
The end date of the printing range. |
Properties
AppointmentHeight
Gets or sets the height of the appointments.
Declaration
public int AppointmentHeight { get; set; }
Property Value
System.Int32
|
DateEndRange
Gets or sets the end date of the date range which describes which appointments should be printed.
Declaration
public override DateTime DateEndRange { get; set; }
Property Value
System.DateTime
|
Overrides
DateStartRange
Gets or sets the start date of the date range which describes which appointments should be printed.
Declaration
public override DateTime DateStartRange { get; set; }
Property Value
System.DateTime
|
Overrides
ExcludeNonWorkingDays
Gets or sets a value indiating whether the nonworking days should be printed.
Declaration
public bool ExcludeNonWorkingDays { get; set; }
Property Value
System.Boolean
|
FirstDayOfWeek
Gets or sets the first day to be printed.
Declaration
public DayOfWeek FirstDayOfWeek { get; set; }
Property Value
System.DayOfWeek
|
OverflowImage
Gets or sets the image that is printed at the bottom of a cell when there are more appointments than can be shown.
Declaration
public Image OverflowImage { get; set; }
Property Value
System.Drawing.Image
|
TwoPagesPerWeek
Gets or sets a value indicating whether a single page should be printed on two pages.
Declaration
public bool TwoPagesPerWeek { get; set; }
Property Value
System.Boolean
|
Methods
GetNumberOfPages(Rectangle, Graphics)
Declaration
public override int GetNumberOfPages(Rectangle pageBounds, Graphics g)
Parameters
System.Drawing.Rectangle
pageBounds
|
System.Drawing.Graphics
g
|
Returns
System.Int32
|
Overrides
GetPageDate(Int32)
Declaration
protected override DateTime GetPageDate(int pageNumber)
Parameters
System.Int32
pageNumber
|
Returns
System.DateTime
|
Overrides
GetPageResource(Int32)
Declaration
protected override IResource GetPageResource(int pageNumber)
Parameters
System.Int32
pageNumber
|
Returns
IResource
|