Changing the position of a picture at run time in

2019-08-28 00:03发布

Is there any way to change the position of a picture at run time in Crystal Report through conditional formatting or something like that?

thanks

1条回答
▲ chillily
2楼-- · 2019-08-28 00:47

You can control the x-axis position (as is the case with most other fields) by right-clicking on the picture, selecting 'Size and Position' and entering a formula for "X:" that returns a number as the position.

If that's not enough control, you can add multiple copies of the picture to your report anywhere you may want them to appear. Then, conditionally suppress those that are not in the position you want on the final report run via a suppression formula.

查看更多
登录 后发表回答