Ejemplo n.º 1
0
        private void btnManufacturerDetails_Click(object sender, EventArgs e)
        {
            frmReportPrint rptManufacturer = new frmReportPrint(@"C:\rptManufacturer.rdlc", "廠商明細表");

            rptManufacturer.ShowDialog();
        }
Ejemplo n.º 2
0
        private void btnCustomerDetails_Click(object sender, EventArgs e)
        {
            frmReportPrint rptCustomer = new frmReportPrint(@"C:\rptCustomer.rdlc", "客戶明細表");

            rptCustomer.ShowDialog();
        }