如何将图像框调整为 Crystal Reports 中的图像尺寸?

发布于 2024-08-02 06:41:14 字数 81 浏览 2 评论 0原文

如何将图像框调整为 Crystal Reports 中的图像尺寸? 我正在做一个项目,我有 3 种类型的图像,其大小与数据库不同,我如何设置图像

How can I size imageboxes to the image dimensions in Crystal Reports?
i am doing a project in tat i having 3 type of image with different size from db how can i set image

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

猥琐帝 2024-08-09 06:41:14

我在这里找到了答案

要使图像正确调整大小,必须按顺序执行以下步骤:

  1. 将图像的 EnableCanGrow 设置为 true
  2. 计算宽度和高度并将其设置为所需的尺寸
  3. 将图像的 EnableCanGrow 设置为 false
  4. 用数据填充 DataSet 的图像对象
  5. 继续正常的报表处理。

如果您以错误的顺序获取这些项目,或者跳过某个项目,您将
发现 Crystal Reports 以意外且不可恢复的方式缩放图像。

i found the answer here

To make the image resize properly, you must perform the following steps in order:

  1. Set the image's EnableCanGrow to true
  2. Calculate and set Width and Height to the needed size
  3. Set the image's EnableCanGrow to false
  4. Fill the DataSet's image object with data
  5. Continue with normal report processing.

If you get these items in the wrong order, or skip an item, you will
find that Crystal Reports scales the image in unexpected and unrecoverable ways.

爱你不解释 2024-08-09 06:41:14

我有这个问题。我设法通过“文件”>“解决”报告选项>保留原始图像颜色深度。由于某种原因,Crystal 将更改后的背景颜色视为图像的一部分,因此当您调整其大小时,它不会改变背景。在某些情况下,通过删除背景可以解决此问题。

I had this issue. I managed to solve it by File > Report Options > Retain Original Image Color Depth. For some reason Crystal sees the altered background colour as part of the image so when you resize it it doesn't alter the background. By removing the background it gets you around this issue in some instances.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文