dxSpreadSheet的报表

这个玩意还真的很棒。几乎把excel的都融进来了。现在说Repoert。

In addition to all the functionality available in the Spreadsheet control, this component provides the capability to design spreadsheet report templates and generate report documents by populating the created template with data obtained from the bound data source(s).

除了电子表格控件中可用的所有功能外,该组件还提供了设计电子表格报表模板的功能,并通过使用从绑定数据源获得的数据填充创建的模板来生成报表文档

The TdxSpreadSheetReportDesigner class extends its ancestor with members that allow you to:

1-Create common header and footer template sections (SetHeaderSection and SetFooterSection);

2-Create detail template sections (SetDetailSection);

3-Create header and footer template sections for the content common to grouped dataset records (SetGroupHeaderSection and SetGroupFooterSection);
为分组数据集记录的内容创建页眉和页脚模板节(SetGroupHeaderSection和SetFroupFooterSection)

4-Delete template sections (RemoveSection);

5-Obtain specific template sections (FindSection, FindSectionByCell, GetSection, and GetSectionByCell);

6-Bind one or more data sources for building reports (DataBinding);

7-Customize report-related settings (Options); Build and update report documents (Build).

In addition to all the functionality available in the Spreadsheet control, this component provides the capability to design spreadsheet report templates and generate report documents by populating the created template with data obtained from the bound data source(s).

原文地址:https://www.cnblogs.com/usegear/p/15424680.html