In phiếu trực tiếp từ report devexpress

0 thích 0 không thích
81 lượt xem
đã hỏi 10 Tháng 6, 2017 trong Devexpress bởi Thảo Meo (3,920 điểm)
Dim rpt As New RPT_BAOCAO_NHAPKHO_TP
            rpt.DataSource = dsReports
            rpt.BindData()
            DocumentViewer1.PrintingSystem = rpt.PrintingSystem
            rpt.CreateDocument()
            Using printTool As New ReportPrintTool(rpt)
                'or printTool.PrintDialog();
                printTool.Print()
            End Using
Looking for an answer?  Share this question:     

Xin vui lòng đăng nhập hoặc đăng ký để trả lời câu hỏi này.

...