Ejemplo n.º 1
0
        private void printToolStripButton_Click(object sender, EventArgs e)
        {
            string strT = "TAC";

            PrintDGV.Print_DataGridView(dataGridViewP, strT, false, intUserLimit);
        }
Ejemplo n.º 2
0
        private void printPreviewToolStripButton_Click(object sender, EventArgs e)
        {
            string strT = "product";

            PrintDGV.Print_DataGridView(dataGridViewProduct, strT, true, intUserLimit);
        }