i don't know

  • Thread starter Thread starter Major
  • Start date Start date
M

Major

hi all i want to call the datareport from the form in the
vb.net but i can't do that?
 
Hi Major,

Set up a form with a crystalreportviewer object on it and call the form,
something like this:
gl_browseprintvar = "f:\imcapps\natman3.rpt"

Dim newmdichildb As New reportprinter_viewerparam

newmdichildb.MdiParent = Me.MdiParent

newmdichildb.Show()

Inside the form with the viewer, call the report like so:
CrystalReportViewer1.ReportSource = gl_browseprintvar

HTH,

Bernie Yaeger
 

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

Similar Threads


Back
Top