Exemplo n.º 1
0
        private void btnprint_Click(object sender, EventArgs e)
        {
            RPT.rpt_get_account lt = new RPT.rpt_get_account();

            RPT.frm_all_account abs = new RPT.frm_all_account();
            abs.crystalReportViewer1.ReportSource = lt;
            abs.ShowDialog();
        }
Exemplo n.º 2
0
 private void جميعالاقساطToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     RPT.frm_all_account al = new RPT.frm_all_account();
     al.ShowDialog();
 }