Question : SAP Crystal Reports viewer 2008

Hi All,

I create report using CR XI (rpt file).

  Dim rptDocument = New CrystalDecisions.CrystalReports.Engine.ReportDocument()
        Dim strReportName As String = "xxx.rpt"

             
        Try

            rptDocument.Load( strReportName)

            Dim strJudul As String = ""

                                  rptDocument.SetDataSource(dtReport)

            Dim frmReportViewer As New frmReportViewer

            With frmReportViewer
                .CrystalReportViewer.ReportSource = rptDocument
                .WindowState = FormWindowState.Maximized
                .MdiParent = frmMain
                .Show()
            End With

        Catch ex As Exception

        End Try


What should installed at client computer  in order to view it?

Thank you.

Answer : SAP Crystal Reports viewer 2008

You will need to install the redistributable runtime merge modules for Crystal reports that came with your version of CR.  You can find them here. http://resources.businessobjects.com/support/additional_downloads/runtime.asp
Random Solutions  
 
programming4us programming4us