SubReport In crystal

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
How i do, for change location or name of the database to a subrepot of
crystal, in visual basic net. For a report i can, but to an subreport, i
Know't
Help my please....
Serafin, from Panama City
 
You can reference the subreport after you create an instance of the parent
report, pseudo code below.
Dim MyReport as New Report1()
MyReport.SubReports(0)...

Morgan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top