欢迎来到天天文库
浏览记录
ID:36356050
大小:141.00 KB
页数:7页
时间:2019-05-10
《JasperReports最终用户手册中文版第四节报表设计》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、第四章报表设计注:CJSDN.COMhaibo译转载请注明译者和出处ethonsmith@hotmail.com“报表设计(reportdesign)”是一个模板,JasperReports引擎会用它来传递动态内容到打印机,屏幕或者是Web页面。存储于数据库中的数据会根据报表的实际设计来填充整个报表,打印到页面导向的文档。ThereportdesignrepresentsatemplatethatwillbeusedbytheJasperReportsenginetodeliverdynamiccontenttotheprinter,tothescreenortotheWeb.Datast
2、oredinthedatabaseisorganizedduringthereportfillingprocessaccordingtothisreportdesigntoobtainreadytoprint,pageorienteddocuments.通常,一个“报表设计”包含了关于数据填充后所形成的报表(documents)的结构和所有的其他方面的信息。这些信息包括将要输出到报表上的各种文本,图像元素的位置,内容,以及要进行的数据计算,自定义计算,分组,操作等信息。Generallyspeaking,areportdesigncontainsalltheinformationconce
3、rningthestructureandtheaspectofthedocumentsthatwillbegeneratedwhenthedatawillbeprovided.Thisinformationconcernsthepositionandthecontentofvarioustextorgraphicelementsthatwillappearonthedocument,theirappearance,thecustomcalculations,datagroupinganddatamanipulationthatshouldbeperformedwhengeneratingt
4、hedocuments,etc.一般,“报表设计(reportdesign)”用一种特殊的结构定义在Xml文档中(我们会在稍后详细分析),在被填充数据前,这一过程属于JasperReports报表的编辑阶段。但是“报表设计(reportdesign)”也可以用JasperReportsAPI以编程的方式在内存中构造.随JasperReports项目源文件一起提供了一个noxmldesign(NoXmlDesign)例子介绍了如何直接在内存中创建“报表设计(reportdesign)”,而不用编辑Xml文档。Normally,thereportdesignsaredefinedinXMLfi
5、leswithaspecialstructurethatweshallseeindetaillaterandaresubjecttotheJasperReportscompilationprocessbeforebeingfilledwithdata.Buttheyalsocanbeconstructedin-memory,programmatically,usingtheJasperReportsAPI.ThereisasamplecallednoxmldesignshippedwiththeJasperReportsprojectsourcefilesthatshowshowtodir
6、ectlycreatein-memoryreportdesigns,withouteditinganyXMLfilesatall.4.1DTD文件引用用Xml文档来编辑“报表设计(reportdesign)”时,JasperReports用它自己内部专用的DTD文件来校验这个文档内容。如果XML校验通过,那表示这个XML“报表设计(reportdesign)”符合JasperReports所需要的XML文档结构和语法,JapserReports引擎也可以编译这个文档来输出“已编译”的“报表设计(reportdesign)”.WhenworkingwithXMLreportdesigns,J
7、asperReportsusesitsowninternalDTDfilestovalidatetheXMLcontentitreceivesforprocessing.IftheXMLvalidationispassed,itmeansthatthesuppliedreportdesigncorrespondstotheJasperReportsrequiredXMLstructureandsyntaxandtheen
此文档下载收益归作者所有