1. Trang chủ
  2. » Giáo án - Bài giảng

Chủ đề 5 : báo biểu C

28 216 0

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 28
Dung lượng 538,61 KB

Nội dung

TRƯỜNG ĐẠI HỌC NHA TRANG LẬP TRÌNH CƠ SỞ DỮ LIỆU VỚI C# CHỦ ĐỀ BÁO BIỂU NỘI DUNG:  Mục đích việc lập báo biểu  Report MS  Crystal Report NỘI DUNG:  Mục đích việc lập báo biểu  Report MS  Crystal Report Report: - Report công cụ dùng thiết kế in ấn liệu Các loại Report:   Report đơn Report phân nhóm Các cơng cụ tạo Report:   Report VS2010 CrystalReport Report đơn: Report nhóm: - Dữ liệu bảng Sanpham: Report nhóm: Report có tham số: NỘI DUNG:  Mục đích việc lập báo biểu  Report MS  Crystal Report Report MS   R_Click → Add → New Item, chọn nhóm Reporting → Report Add New DataSource 10 Report MS:  Đưa control để hiển thị liệu vào Report: 14 Report MS:  Chọn DataSet cho control 15 Report MS:  Đưa trường cần hiển thị, control cần thiết vào Report 16 Report MS  Đưa trường cần hiển thị, control cần thiết vào Report Có thể định dạng liệu hiển thị Gom nhóm hiển thị   17 Report MS:   Tạo Form mới, thêm ReportViewer vào Form Gán thuộc tính ReportSource Report vừa tạo 18 NỘI DUNG:  Mục đích việc lập báo biểu  Report MS  Crystal Report 19 Crystal Report: - Cài đặt thêm CRfor_13_0 Các bước tạo CR:   R_Click → Add → New Item, chọn nhóm Reporting → Crystal Reports Using the Report Wizard 20 Crystal Report:  Create New Connection, chọn OLE DB (ADO)  Chọn MS OLE DB Provider for SQL Server 21 Crystal Report:  Điền tên Server UserID Password Database • • • • 22 Crystal Report:  Chọn nguồn liệu: 23 Crystal Report      Chọn trường hiển thị Chọn trường gom nhóm Chọn kiểu trình bày Report Hồn thành Report mặc định chế độ Design (cho phép chỉnh sửa) Click Main Report Review để xem trước kết 24 Crystal Report: - Đưa CR lên Form:    Tạo Form Thêm control CrystalReportViewer vào Form Gán thuộc tính ReportSource Report tạo 25 Tham số Crystal Report: - Thiết kế CR lấy nguồn liệu từ Stored Procedure (có tham số) Đưa CR lên Form:    Tạo Form Thêm control CrystalReportViewer vào Form Khơng gán thuộc tính ReportSource 26 Xử lý kiện tham số Crystal Report: ReportDocument rept = new ReportDocument(); rept.Load(" / /rptDSSV_Khoa.rpt"); rept.SetParameterValue("@MaKhoa", textBox1.Text); crystalReportViewer1.ReportSource = rept; 27 Lưu ý, thiết lập cấu hình để in CR: TableLogOnInfo tb = new TableLogOnInfo(); tb.ConnectionInfo.DatabaseName = "55123456_QLSV"; //tb.ConnectionInfo.IntegratedSecurity = true; tb.ConnectionInfo.UserID = "sa"; tb.ConnectionInfo.Password = "abc"; tb.ConnectionInfo.ServerName = "XYZ-PC"; 28 ...NỘI DUNG:  Mục đích việc lập báo biểu  Report MS  Crystal Report NỘI DUNG:  Mục đích việc lập báo biểu  Report MS  Crystal Report Report: - Report công cụ dùng thiết kế in ấn liệu... tb.ConnectionInfo.DatabaseName = "55 123 456 _QLSV"; //tb.ConnectionInfo.IntegratedSecurity = true; tb.ConnectionInfo.UserID = "sa"; tb.ConnectionInfo.Password = "abc"; tb.ConnectionInfo.ServerName = "XYZ-PC"; 28 ... thuộc tính ReportSource Report vừa tạo 18 NỘI DUNG:  Mục đích việc lập báo biểu  Report MS  Crystal Report 19 Crystal Report: - Cài đặt thêm CRfor_13_0 Các bước tạo CR:   R_Click → Add → New

Ngày đăng: 22/02/2019, 09:50

w