TcxSchedulerReportLinkPrintStyles.Details Property
In This Article
Represents the Details print style.
#Declaration
Delphi
property Details: TcxSchedulerReportLinkDetailsPrintStyle read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
The Details print style specifies the layout as a day per page with the scheduled user events‘ descriptions included (see the TcxSchedulerEvent.Message property).
Use the Details property to access the TcxSchedulerReportLinkDetailsPrintStyle object.
See Also