Hi,
I have a strange question....
I want to generate Crystal Reports (XI), and I want to use only the Crystal part on the BO server, but the rpt file is not on BO. I'm using Vs2005 with c#.
The reports are non-embedded. I have the following code:
sessionMgr = new CrystalDecisions.Enterprise.SessionMgr();
rpt_Report.EnterpriseSession = sessionMgr.Logon(BOE_User, BOE_Pwd, BOE_Server, secEnterprise);
rpt_Report.Load(Server.MapPath("Reports/" + sReportName));
I don't know if it's good?? I don't want to store my rpt files directly in BO because it's too slow for our clients.
Thanks !
I have a strange question....
I want to generate Crystal Reports (XI), and I want to use only the Crystal part on the BO server, but the rpt file is not on BO. I'm using Vs2005 with c#.
The reports are non-embedded. I have the following code:
sessionMgr = new CrystalDecisions.Enterprise.SessionMgr();
rpt_Report.EnterpriseSession = sessionMgr.Logon(BOE_User, BOE_Pwd, BOE_Server, secEnterprise);
rpt_Report.Load(Server.MapPath("Reports/" + sReportName));
I don't know if it's good?? I don't want to store my rpt files directly in BO because it's too slow for our clients.
Thanks !