I'm using vb.net 2005 with crystal XI which I'm new at.
I have a report viewer form called CrystalReportViewer1
My report runs fine with:
frmReportViewer.CrystalReportViewer1.ReportSource = strReport '(Path to saved report file)
frmReportViewer.CrystalReportViewer1.DisplayToolbar = True
frmReportViewer.CrystalReportViewer1.SelectionFormula = MySelectionFormula
frmReportViewer.Show()
I want to pass a date and title to the report at runtime.
Can someone point me in the right direction please?
Thanks
I have a report viewer form called CrystalReportViewer1
My report runs fine with:
frmReportViewer.CrystalReportViewer1.ReportSource = strReport '(Path to saved report file)
frmReportViewer.CrystalReportViewer1.DisplayToolbar = True
frmReportViewer.CrystalReportViewer1.SelectionFormula = MySelectionFormula
frmReportViewer.Show()
I want to pass a date and title to the report at runtime.
Can someone point me in the right direction please?
Thanks