vb.net - Displaying main report with subreport -


the following code , working 1 report.

rptbill = new crystalreport1 rptexp = new expensesreport rptmain = new mainreport  rptbill.setdatasource(dtincom) rptexp.setdatasource(dtexp) frmcrystalreport.crystalreportviewer1.reportsource = rptmain 

what want rptmain shows field of submenus rptbill , rptexp. don't know how work.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -