Microsoft
Software
Hardware
Network
Question : Crystal report to PDF (asp.net)
Hi experts!
I have a websolution where I would like to create an pdf from a crystal report.
I have a solution using the report document (shown below). But I really would like a solution where I only have a crystal dll. Why: then I dont need to ask my hosting center if they will install crystal runitme on their environment :-)(
http://resources.busin
essobjects
.com/suppo
rt/
additio
nal_downlo
ads/runtim
e.asp#09
)
But is that at all possible?! Or do I then need another solution? :) Thanks
Dim stockObjectsReport As ReportDocument = New ReportDocument()
Dim reportPath As String = Server.MapPath("CrystalRep
ort.rpt")
stockObjectsReport.Load(re
portPath)
'stockObjectsReport.SetDat
aSource()
Dim strFilnavn As String = "C:\websites\test.pdf"
If System.IO.File.Exists(strF
ilnavn) Then
System.IO.File.Delete(strF
ilnavn)
End If
stockObjectsReport.ExportT
oDisk(Crys
talDecisio
ns.Shared.
ExportForm
atType.Por
tableDocFo
rmat, strFilnavn)
Answer : Crystal report to PDF (asp.net)
I'm under the impression the runtime has to be installed unfortunately.
L
Random Solutions
WHAT IS PROTEGE?
Spring AOP implimentation to access database connection pool
Excel/csv, move rows to another sheet based on changing value in column
Ubuntu - Convert Desktop Hard Drive to Laptop? Just ext4 format and copy all files?
Difference between Icefaces,myfaces,richfaces
in JSF?
Coldfusion -SQL and LIKE question
manage multiple sites from one admin panel drupal/joomla
New Windows 7 workstations in existing SBS 2003 domain
Migrate Sun messaging to Exchange
Create folder / Start Menu Programs Shortcut / Set permissions