TcxSchedulerReportLinkDailyPrintStyle Class
In This Article
The TcxSchedulerReportLinkDailyPrintStyle class implements the daily print style.
#Declaration
Delphi
TcxSchedulerReportLinkDailyPrintStyle = class(
TcxCustomSchedulerReportLinkPrintStyle
)
#Remarks
The daily print style specifies the layout as a day per page.
The TcxSchedulerReportLinkDailyPrintStyle object is referenced by the TcxSchedulerReportLinkPrintStyles.Daily property.
#Inheritance
TObject
TPersistent
TcxCustomSchedulerReportLinkPrintStyle
TcxSchedulerReportLinkDailyPrintStyle
See Also