View: 2073|Reply: 2
|
convert Crystal Report to .pdf using .net
[Copy link]
|
|
Perlu pertolongan..
pelbagai cara dah buat tp still tak berjaya..baby nk convert crystal report kpd .pdf file. dah download contoh tp bila running keluar error ni..dah abis idea try nak solve error ni..
Server Error in '/CRNETSamples/vbnet_web_export' Application.
--------------------------------------------------------------------------------
Logon failed.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[LogOnException: Logon failed.]
.I(String , EngineExceptionErrorID )
.D(Int16 , Int32 )
.C(Int16 )
CrystalDecisions.CrystalReports.Engine.FormatEngine.GetPage(PageRequestContext reqContext)
CrystalDecisions.ReportSource.LocalReportSourceBase.GetPage(PageRequestContext pageReqContext)
CrystalDecisions.Web.ReportAgent.u(Boolean n)
CrystalDecisions.Web.CrystalReportViewer.OnPreRender(EventArgs e)
System.Web.UI.Control.PreRenderRecursiveInternal()
System.Web.UI.Control.PreRenderRecursiveInternal()
System.Web.UI.Control.PreRenderRecursiveInternal()
System.Web.UI.Page.ProcessRequestMain()
baby tau ada yg otai kt cni...plzzzzzzzzzz help me.. |
|
|
|
|
|
|
|
masalah authentication tu.
PM me.. |
|
|
|
|
|
|
|
dah solve ...
tambah ni jer...
myReport.SetDatabaseLogon("root", "password", "localhost", "database")
|
|
|
|
|
|
|
| |
|