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