Skip to main content

TcxSchedulerReportLinkPrintRange Members

The TcxSchedulerReportLinkPrintRange class encapsulates settings, which specify the report’s time range.

Constructors

Name Description
Create(TdxCustomcxControlReportLink) Initializes a new instance of the TdxCustomReportLinkOptions class with specified settings. Inherited from TdxCustomReportLinkOptions.

Properties

Name Description
DayCount Gets a count of days to print.
MonthCount Gets a count of months to print.
PrintFrom Specifies the first day to print.
PrintTo Specifies the last day to print.
ReportLink Represents the scheduler’s report generating component. Inherited from TcxCustomSchedulerReportLinkOptions.
Scheduler Represents the scheduler control that the report is generated for. Inherited from TcxCustomSchedulerReportLinkOptions.
TimePrintFrom Specifies the start time to print.
TimePrintTo Specifies the end time to print.
WeekCount Gets a count of weeks to print.
YearCount

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
DefaultDatePrintFrom Returns the default day, which the scheduler’s report starts from.
DefaultDatePrintTo Returns the default day the scheduler’s report ends on.
DefaultTimePrintFrom Returns the default time, which the scheduler’s report starts from.
DefaultTimePrintTo Returns the default time the scheduler’s report ends on.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
RestoreDefaults Provides empty implementation to be overridden in subclasses. Inherited from TdxCustomReportLinkOptions.
ToString Inherited from TObject.
See Also