Main Content

本页采用了机器翻译。点击此处可查看英文原文。

Logical Then

Logical If 组件指定 then 条件

描述

当此组件是 Logical If 组件的子组件时,它充当 then。您可以按如下方式指定该组件:

  • if
    	then
    

  • if
    	then
    	else
    

  • if
    	then
    	elseif
    	elseif
    	   .
    	   .
    	   .
    	else
    

属性

如果组件没有子级,则插入文本:当 Logical Then 组件没有子组件时,将指定的文本插入报告中。在这种情况下,该组件的作用类似于 Text 组件。

是否在报告中插入内容?

是的,当父 if 语句为真时。

rptgen_lo.clo_then