For Programmers: Free Programming Magazines  


Home > Archive > Visual Basic Crystal Reports > January 2006 > Export To Excel over SSL









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Export To Excel over SSL
drew

2006-01-30, 7:05 pm

I have what I thought was a simple task: Export a Crysal Enterprise
report to an excel spreadsheet in the browser. Everything works fine
during testing. When I load up on a production environment running
over SSL it does not work.

Private Sub Export()
LogonCE()

_ReportId = _StateTransport.ObjectId

Dim psService As EnterpriseService =
_CESEssion.GetService("PSReportFactory")
Dim psFactory As PSReportFactory =
CType(psService.Interface, PSReportFactory)
Dim psReportSource As ReportSource =
psFactory.OpenReportSource(CInt(_ReportId))
ReportExporter1.ReportSource = psReportSource
ReportExporter1.Visible = True
ReportExporter1.ExportFormatType = ExportFormatType.Excel
End Sub

Whats the best way to accomplish over SSL?

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com