报告查看器使用时,报告水印消失

时间:2012-03-09 19:14:08

标签: visual-studio-2010 crystal-reports

我在VS 2010中使用水晶报告。我有一个添加了水印的报告。当我使用“主报告预览”时,水印显示就好了。当我使用代码显示报告时,它就消失了。

    InitializeComponent()

    ReportViewer.Owner = Me
    Dim durocReport As New Duroc

    durocReport.SetParameterValue("registration", reg)
    durocReport.SetDatabaseLogon("", "")

    ReportViewer.ViewerCore.ReportSource = durocReport

报告显示除了缺少水印/背景外,所有数据都是正确的。

1 个答案:

答案 0 :(得分:0)

我通过将图像的分辨率从300降低到85来解决这个问题。这似乎是一个文件大小问题。我重装视觉工作室时,图像也不见了。它目前有效,我只需要弄乱图像质量,直到它看起来足够好用。