|
|
|
ดึงข้อมูล report แต่ติด password ตอนดึงฐานข้อมูลในเครื่องไม่เป็นไร แต่ถ้าติดต่อ server ถาม pass ตลอดเลยตอนเรียกรายงาน |
|
|
|
|
|
|
|
Code (C#)
rpt.Load(Server.MapPath("../Rpt/report.rpt"));
var db = UtilityClass.GetDatabaseConnection();
rpt.SetDatabaseLogon(db.UID, db.UPWD, db.HOST, db.DBNAME);
rpt.SetParameterValue("No", strSheetNo);
this.rptCrystal.ReportSource = rpt;
rptCrystal.PrintMode = CrystalDecisions.Web.PrintMode.ActiveX;
วิธ๊ส่งค่า Password ตอนที่ Render ตัว Report ครับ
|
|
|
|
|
Date :
2014-11-24 14:42:34 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เขียนใน From ที่เอา CrystalRepotViewer มาใส่ใช่ไหมคับ
|
|
|
|
|
Date :
2014-11-24 15:47:21 |
By :
TheCom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช่แล้วครับ ถ้าใช้วิธ๊นี้ ต่อไปย้ายเครื่องก็ไม่ต้องไป Set อะไรที่ Crystal Report อีกครับ
|
|
|
|
|
Date :
2014-11-24 17:37:50 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|