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
how many version of SQL Server on one machine
Outlook 2007 can not open network saved Archive file
Sharepoint Survey: Clicked 'No' to 'Show user names while creating the survey! Is there a way to turn the feature back on to see the names again?
Export Access 2010 Report to CSV with Headers?
AS3 tween multiple arrows along a path
Virtual Memory
Windows XP and Microsoft Outlook and Windows Installer problems
In Microsoft Office Communicator 2007 R2, the "View Conversation History" is grayed out. How do I enable this so that I can view previous chats?
Safari 'right-click' for "add image to iPhoto" missed
Any ideas how to create your own loadbalancer using linux?