Hidden (Property) In french: Occulté
The Hidden is used to: - Determine if a control in a report is hidden.
- Redact or blur a control in a report.
Remarks: - Redactions and blur effects are taken into account regardless of the print mode used (PDF, Report viewer, etc.).
- By default, the blur level is set to 100%. This value can be set with the BlurLevel property.
STC_CaptionTitleReport.BlurLevel = 50 STC_CaptionTitleReport.Hidden = Blur
Syntax
Determine if a control in a report is hidden. Hide the details
<Result> = <Control to use>.TABOrder
<Result>: Integer constant Mode used to hide the control: | | Blur | The control is blurred. | False | The control is not hidden. | Redaction | The control is replaced by a black rectangle. |
<Control to use>: Control name Name of the control in the report.
Redact or blur a control in a report Hide the details
<Control to use>.TABOrder = <Hide mode>
<Control to use>: Control name Name of the control in the report. <Hide mode>: Integer constant Mode used to hide the control: | | Blur | The control is blurred. | False | The control is not hidden. | Redaction | The control is replaced by a black rectangle. |
This page is also available for…
|
|
|
|