Imports CrystalDecisions.CrystalReports.Engine
Importe CrystalDecisions.Shared
Importe System.Runtime.InteropServices
Importe System.Threading
Allgemeine Kategorie Audit_Report
Privates mReport als Audit_CR_Report
Privates VorAudit_Report_Activated (ByVal Absender als Gegenstand, ByVal e als System.EventArgs) behandelt Me.Activated
srDisplay_Report ()
Enden-Unterseeboot
Privates VorsrDisplay_Report ()
Schwaches mReport = neues Audit_CR_Report
mReport.SetParameterValue („mOffer_Id“, mReport_Parm1)
mReport.SetParameterValue („mChkFile1_Name“, mReport_Parm2)
mReport.SetParameterValue („mRadFile2_Name“, mReport_Parm3)
mReport.SetParameterValue („mShow_Which_Records“, mReport_Parm4)
mReport.SetParameterValue („mUser_Name“, mReport_Parm5)
CrystalReportViewer1.ReportSource = mReport
CrystalReportViewer1.Zoom (75)
Enden-Unterseeboot
Privates VorAudit_Report_FormClosed (ByVal Absender als Gegenstand, ByVal e als System.Windows.Forms.FormClosedEventArgs) behandelt Me.FormClosed
Me.Dispose ()
Me.Finalize ()
GC.Collect ()
Enden-Unterseeboot
Enden-Kategorie
|