Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试以编程方式设置 Crystal 报表(2008)上的哪些行可以增长和不能增长。这是必需的,因为现有报告有一些非常复杂的格式,我不想将所有现有标签设置为可以增长。只是具有从存储过程中输入的特定引用的那个。
在玩了一段时间后,我发现您可以通过编程方式设置 CanGrow 属性,如下所示。
右键单击标签并选择格式字段,然后选择常用选项卡。单击 CanGrow 公式输入按钮。
然后,我使用以下代码允许单个标签长于一行:
if ({dp_LC3080_Retrieve;1.Reference} = "10") then true else false