📄 birt.tld
字号:
Specifies the current viewer id. It should be unique. It can contain number,letter or underline. </description> </attribute> <attribute> <name>baseURL</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies base URL of BIRT viewer. Default to the current context. If report container is DIV, ignore this attribute. </description> </attribute> <attribute> <name>isHostPage</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies whether the viewer occupies the whole page. Default to false. </description> </attribute> <attribute> <name>scrolling </name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Sets the DIV/IFrame style "scrolling ". If isHostPage is true, ignore this attribute. ( auto | yes | no ) </description> </attribute> <attribute> <name>position</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Sets the style "position" of report container. If isHostPage is true, ignore this attribute. ( static | absolute | fixed | relative ) </description> </attribute> <attribute> <name>style</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Sets the style of report container. If isHostPage is true, ignore this attribute. </description> </attribute> <attribute> <name>height</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Sets the height of report container in pixels. If isHostPage is true, ignore this attribute. </description> </attribute> <attribute> <name>width</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Sets the width of report container in pixels. If isHostPage is true, ignore this attribute. </description> </attribute> <attribute> <name>top</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Sets the top of report container in pixels. If isHostPage is true, ignore this attribute. </description> </attribute> <attribute> <name>left</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Sets the left of report container in pixels. If isHostPage is true, ignore this attribute. </description> </attribute> <attribute> <name>frameborder</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies whether displays the iframe border. Available when user IFrame. Default to no. ( Yes | No ) </description> </attribute> <attribute> <name>reportDesign</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the report design file name. ( Absolute path, relative path or URL ) </description> </attribute> <attribute> <name>reportDocument</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the report document file name. Noted: only support "file:" URL format. ( Absolute path, relative path or URL ) </description> </attribute> <attribute> <name>reportletId</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the instance id of reportlet. The "reportDocument" attribute should be required. </description> </attribute> <attribute> <name>bookmark</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the targeted bookmark name. </description> </attribute> <attribute> <name>locale</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the Locale information. </description> </attribute> <attribute> <name>svg</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies whether supports the SVG output format or not. </description> </attribute> <attribute> <name>format</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the output format of report. </description> </attribute> <attribute> <name>emitterId</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the emitter id for the report output. </description> </attribute> <attribute> <name>pageOverflow</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the page overflow setting for the PDF format. One of the following values: 0 for "auto", 1 for "actual size", 2 for "fit to page". </description> </attribute> <attribute> <name>rtl</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies whether supports rtl page or not. </description> </attribute> <attribute> <name>showParameterPage</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies whether show the parameter dialog or not. Default to true. If report container is DIV, ignore this attribute. </description> </attribute> <attribute> <name>resourceFolder</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the referenced resource folder. Default value is defined in web.xml. </description> </attribute> <attribute> <name>reportContainer</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies iframe or div as report container. Default to iframe. ( iframe | div ) </description> </attribute> <attribute> <name>pageNum</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies output page number when render document file. </description> </attribute> <attribute> <name>pageRange</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies page range when render document file. </description> </attribute> <attribute> <name>isReportlet</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies whether render reportlet by bookmark. Default to false. </description> </attribute> </tag> <!--**********************************************--> <!-- Report Parameter Tag --> <!--**********************************************--> <tag> <name>param</name> <tag-class>org.eclipse.birt.report.taglib.ParamTag</tag-class> <body-content>JSP</body-content> <description> The param tag specifies the parameters defined in report design file. </description> <attribute> <name>name</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the report parameter name. </description> </attribute> <attribute> <name>pattern</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the report parameter pattern format. </description> </attribute> <attribute> <name>value</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the report parameter value. If doesn't set, value is null. </description> </attribute> <attribute> <name>displayText</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the report parameter display text. </description> </attribute> <attribute> <name>isLocale</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies whether the report parameter value is a locale/format related string. </description> </attribute> </tag> <!--**********************************************--> <!-- ParameterPage Tag --> <!--**********************************************--> <tag> <name>parameterPage</name> <tag-class>org.eclipse.birt.report.taglib.RequesterTag</tag-class> <body-content>JSP</body-content> <description> The parameterPage tag can help developers to display BIRT parameter page or create a user-defined parameter page. This tag can collect these parameters and submit to BIRT servlet to handle request. </description> <attribute> <name>id</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the parameter page id.It should be unique. It can contain number,letter or underline. </description> </attribute> <attribute> <name>name</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the parameter page name. If attribute 'isCustom' is true, this name should be required and unique. </description> </attribute> <attribute> <name>isCustom</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies whether uses the user-defined parameter page. If false, use the BIRT parameter dialog. Default to false. </description> </attribute> <attribute> <name>title</name>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -