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
WCF Nested complex types
Problem with EFS Recovery
SQL2005 View being forced to Encrypted
Windows 2008 R2 RDS User redirection
Excel addins
Excel - VBA text formatting
Video editing
SQL Server 2008 Merge replication setup problem
Outlook 2003 won't display calendar as sidebar
Windows 2008 ServeRaid driver