Microsoft
Software
Hardware
Network
Question : SAP Crystal Reports viewer 2008
Hi All,
I create report using CR XI (rpt file).
Dim rptDocument = New CrystalDecisions.CrystalRe
ports.Engi
ne.ReportD
ocument()
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.Repor
tSource = 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.businesso
bjects.com
/support/
a
dditional_
downloads/
runtime.as
p
Random Solutions
SID History/re-ACL'ing when moving to new AD forest
When I encrypt/encode a string using codeigniter encryption class, it is different everytime, why?
How do I invoke a Java script for onkeypress for a dynamically added control?
datagrid question
jQuery: Add div at beginning of other div
How do I upgrade firmware on Netgear wg103
Windows Mobile ActiveSync Calendar Items do not sync
Running .exe in a logon script
Find position of second to last period in a string
VBScript: Pulling lastLogonTimestamp