The
BlurLevel property gets and sets the percentage of blur applied to a control in a report.
Remark: By default, the blur level is set to 100%.
STC_CaptionTitleReport.BlurLevel = 30
STC_CaptionTitleReport.Hidden = Blur
Syntax
Getting the blur level of a hidden control Hide the details
<Result> = <Control to use>.BlurLevel
<Result>: Integer
Percentage of blur applied to the control. This percentage will be applied only if the Hidden property of the control corresponds to the Blur constant.
<Control to use>: Control name
Name of the control in the report.
Setting the blur level of a hidden control Hide the details
<Control to use>.BlurLevel = <Blur>
<Control to use>: Control name
Name of the control in the report.
<Blur>: Integer
Percentage of blur applied to the control. This percentage will be applied only if the Hidden property of the control corresponds to the Blur constant.