【问题标题】:Can i control height of detail section of Subreport in crystal reports我可以控制水晶报表中子报表细节部分的高度吗
【发布时间】:2013-02-16 08:06:53
【问题描述】:
 Dim mainRp As New MainReport
Dim subRp As New SubReportTest

subRp.Section3.Height = 500

 CrystalReportViewer1.ReportSource = mainRp

上面的代码不工作,也没有显示任何错误

但是没有这样的东西

mainRp.Subreports("SubReportTest.rpt").Section3.Height = 500
mainRp.Subreports("SubReportTest.rpt").????? 'for set the height of subreport 

【问题讨论】:

    标签: vb.net visual-studio crystal-reports visual-studio-2005 subreport


    【解决方案1】:

    查看 ReportDocument 类定义,我会说,是的:http://msdn.microsoft.com/en-us/library/aa664718(v=vs.71).aspx

    虽然,我之前没有测试过,请注意单位是缇而不是像素:)

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-05-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多