コード例 #1
0
ファイル: AReport.cs プロジェクト: vuongthai91/ERP-CMR-DMS
        /// <summary>
        /// Launch Report
        /// </summary>
        /// <param name="pp">KeyNamePair values</param>
        private void LaunchReport(KeyNamePair pp)
        {
            MPrintFormat pf = MPrintFormat.Get(Env.GetContext(), pp.GetKey(), true);

            LaunchReport(pf);
        }       //	launchReport