TcxSchedulerReportLinkMemoPrintStyle Class
The TcxSchedulerReportLinkMemoPrintStyle class implements the memo print style.
Declaration
TcxSchedulerReportLinkMemoPrintStyle = class(
TcxSchedulerReportLinkCustomDetailsPrintStyle
)
Remarks
The memo print style represents a list of the individual user events with the details. This print style provides more detailed information on the scheduled user events than the details print style (see the TcxSchedulerReportLinkDetailsPrintStyle class).
The TcxSchedulerReportLinkMemoPrintStyle object is referenced by the TcxSchedulerReportLinkPrintStyles.Memo property.
Inheritance
TObject
TPersistent
TcxCustomSchedulerReportLinkPrintStyle
TcxSchedulerReportLinkCustomDetailsPrintStyle
TcxSchedulerReportLinkMemoPrintStyle
See Also