コード例 #1
0
        private void reportform_Load(object sender, EventArgs e)
        {
            lichsumuon lichsumuon = new lichsumuon();

            // TODO: This line of code loads data into the 'DataSet1.chiTietBaoCao' table. You can move, or remove it, as needed.
            this.chiTietBaoCaoTableAdapter.Fill(this.DataSet1.chiTietBaoCao, lichsumuon.a);

            this.reportViewer1.RefreshReport();
        }
コード例 #2
0
        private void toolStripButton1_Click(object sender, EventArgs e)
        {
            lichsumuon lichsumuon = new lichsumuon();

            lichsumuon.ShowDialog();
        }