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
答案 0 :(得分:0)
查看ReportDocument类定义,我会说,是的:http://msdn.microsoft.com/en-us/library/aa664718(v=vs.71).aspx
虽然,我之前没有测试过,但要注意单位是缇而不是像素:)