TcxSchedulerReportLinkPrintStyles.Details Property
Represents the Details print style.
Declaration
property Details: TcxSchedulerReportLinkDetailsPrintStyle read; write;
Property Value
Type |
---|
TcxSchedulerReportLinkDetailsPrintStyle |
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