Crystal reports dynamic logo(image)(水晶报表动态logo(图片))
问题描述
我正在使用 Visual Studio 2010 并尝试将动态图像添加到水晶报表中,我不想使用数据集,如何为图像分配 URL,而只需更改具有相同名称的图像(例如:c:logo.jpg 与现有图像不同但名称相同)并且报告读取了它.
i am using visual studio 2010 and trying to add a dynamic image into the crystal report, i dont want to use dataset, how could i assign a URL to the image, and just change the image with the same name (ex: c:logo.jpg different image than the existing one but the same name) and the report read it.
感谢您的回复
推荐答案
在做任何事情之前,请先创建一个新参数(字符串),它将显示您图像的 URL.
Before doing anything make new parameter (string) which will be presenting your URL of your image.
然后在您的Crystal Report中插入图片(1)(选择一些默认图片,空白或任何图片).接下来右击
图片和Format Graphics
(2).转到Picture
(3) 部分并写下 URL 的公式.
Then insert picture in your Crystal Report (1)(choose some default picture, blank or whatever picture). Next right click
on picture and Format Graphics
(2). Go to section Picture
(3) and write down formula for URL.
步骤 1、2 和 3 的图片.
Picture of step 1, 2 and 3.
简单易行
希望对你有帮助
这篇关于水晶报表动态logo(图片)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:水晶报表动态logo(图片)


- C# 通过连接字符串检索正确的 DbConnection 对象 2022-01-01
- CanBeNull和ReSharper-将其用于异步任务? 2022-01-01
- Azure Active Directory 与 MVC,客户端和资源标识同一 2022-01-01
- 为什么 C# 中的堆栈大小正好是 1 MB? 2022-01-01
- 使用 rss + c# 2022-01-01
- 在 C# 中异步处理项目队列 2022-01-01
- Windows 喜欢在 LINUX 中使用 MONO 进行服务开发? 2022-01-01
- 在 LINQ to SQL 中使用 contains() 2022-01-01
- 带问号的 nvarchar 列结果 2022-01-01
- 是否可以在 .Net 3.5 中进行通用控件? 2022-01-01