Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
VB
 Dim mainRp As New MainReport
Dim subRp As New SubReportTest

subRp.Section3.Height = 500

 CrystalReportViewer1.ReportSource = mainRp

above code not working and not showing any error also

but there is not such thing like
VB
mainRp.Subreports("SubReportTest.rpt").Section3.Height = 500
mainRp.Subreports("SubReportTest.rpt").????? 'for set the height of subreport  
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900