TcxSchedulerReportLinkMemoPrintStyle.SelectedEventsOnly Property
Specifies whether all the user events within the specified time range are shown in the report or only the selected user events.
Declaration
property SelectedEventsOnly: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set the SelectedEventsOnly property to True to display only the selected user events in the scheduler’s report for the print range specified by the TcxSchedulerReportLinkPrintRange.PrintFrom and TcxSchedulerReportLinkPrintRange.PrintTo properties. Otherwise – all the user events will be shown.
The default value of the SelectedEventsOnly property is True.
See Also