|
|
|
|
|
CaptionPeriodHeader (Property) In french: LibelléPériodeEntête
The CaptionPeriodHeader property gets and sets the caption of the time period displayed in the header of a Scheduler or Agenda control in a report.
PLN_MonPlanning.LibellePériodeEntête = ...
" Semaine du " + DateToString(PLN_MonPlanning.DateDébutPériodeAffichée) + ...
" au " + DateToString(PLN_MonPlanning.DateFinPériodeAffichée)
Syntax
Finding out the caption of the period Hide the details
<Period caption> = <Control used>.CaptionPeriodHeader
<Period caption>: Character string Caption of the period displayed in the control header. <Control used>: Control name Name of the Scheduler or Organizer control in the report.
Modifying the caption of the period Hide the details
<Control used>.CaptionPeriodHeader = <New caption text>
<Control used>: Control name Name of the Scheduler or Organizer control found in the report. <New caption text>: Character string New caption of the period to display in the control header. Remarks - Called in the "Before printing" event of the header block, the property CaptionPeriodHeader PROPERTY property can be used to modify the label displayed by default, in order to display it in a specific language (e.g. display the label in Polish).
- The CaptionPeriodHeader property has no effect on Scheduler reports with resources displayed by columns, because there are no captions in this case.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|