Đang chuẩn bị liên kết để tải về tài liệu:
Lesson Crystal report

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Lesson Crystal report presents about Advantages of Crystal Report; Features of Crystal Report; Crystal Report Creation Wizard; Step to create; Create Crystal Report using ADO.Net; Binding Report – Passing Params; Sorting filed at runtime and something else. | CRYSTAL REPORT OBJECTIVES Crystal Report Advantages of Crystal Report Simplifies the process of analyzing data by generation of graphs. Accelerates the process of computing complex calculation. Displays data easily based on the search criteria. Displays data easily using various charts and graphs. Format Data easily. Features of Crystal Report Features of Crystal Report Crystal Report Creation Wizard Guide you to choose a data source and link to the tables It also guides you to sum up the totals, sort data, create charts and select records Standard Cross-Tab Mail Label - Mailing Labels Report Creation Wizard guides you to create a report that prints on a mailing label. Step to create Create Crystal Report using ADO.Net CrystalReportViewer cvrEmployee = new CrystalReportViewer(); SqlDataAdapter sqlda = new SqlDataAdapter(“Select * from Employees” , con); ReportDocument rdReport = new ReportDocument(); rdReport.Load(“D:/Employee.rpt”); DataSet ds = new DataSet(); sqlda.Fill(ds , “Employees”); rdReport.SetDataSource(ds); cvrEmployee.ReportSource = rdReport; Binding Report – Passing Params Binding report to the application by using CrystalReportViewer control. Passing a parameter on a database field allows the user to specify values for that field to filter the records. Sorting filed at runtime CrystalReportViewer cvrEmployee = new CrystalReportViewer(); SqlDataAdapter sqlda = new SqlDataAdapter(“Select * from Employees” , con); ReportDocument rdReport = new ReportDocument(); rdReport.Load(“D:/Employee.rpt”); DataSet ds = new DataSet(); sqlda.Fill(ds , “Employees”); rdReport.SetDataSource(ds); cvrEmployee.ReportSource = rdReport; FieldDefinition fdCountry = rdReport.Database.Tables[0].Fields[“Country”]; rdReport.DataDefinition.SortFields[0].Field = fdCountry; rdReport.DataDefinition.SortFields[0].SortDirection = CrystalDecisions.Shared.SortDirection.DescendingOrder; Report Viewer control Binding Report ReportDocument object model Is a powerfull and flexible model to handle the report at runtime. It provides many built-in class in different namespaces that are use to create , update and save report at runtime. One of the most important class in this model is the ReportDocument class. This class exits in the CrystalDecisions.CrystalReport.Engine namespace Purpose and Format Exporting a Report Using the Export button on the toolbar of CrystalReportViewer Control Using the ExportReport() method of CrystalReportViewer class. This method invokes the Export Report DialogBox as bellow : Summary | CRYSTAL REPORT OBJECTIVES Crystal Report Advantages of Crystal Report Simplifies the process of analyzing data by generation of graphs. Accelerates the process of computing complex calculation. Displays data easily based on the search criteria. Displays data easily using various charts and graphs. Format Data easily. Features of Crystal Report Features of Crystal Report Crystal Report Creation Wizard Guide you to choose a data source and link to the tables It also guides you to sum up the totals, sort data, create charts and select records Standard Cross-Tab Mail Label - Mailing Labels Report Creation Wizard guides you to create a report that prints on a mailing label. Step to create Create Crystal Report using ADO.Net CrystalReportViewer cvrEmployee = new CrystalReportViewer(); SqlDataAdapter sqlda = new SqlDataAdapter(“Select * from Employees” , con); ReportDocument rdReport = new ReportDocument(); rdReport.Load(“D:/Employee.rpt”); DataSet ds = new DataSet(); sqlda.Fill(ds , .

TÀI LIỆU LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.