JasperReports JSF TagLib
Tag reportFrame


Faces component tag used to insert an inline report within a faces component tree. Component will be rendered inside the page.


Tag Information
Tag Classnet.sf.jasperreports.jsf.taglib.html.HtmlReportFrameTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameHtml Report Frame Tag

Attributes
NameRequiredRequest-timeTypeDescription
idfalsefalsejava.lang.StringComponent identifier
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
Component binding
dirfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML dir attribute.
langfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML lang attribute.
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Should this report frame be rendered?
sourceConverterfalsefalsejavax.el.ValueExpression
(must evaluate to net.sf.jasperreports.jsf.convert.SourceConverter)
Specific source converter instance used to override the default behaviour of the plugin.
reportConverterfalsefalsejavax.el.ValueExpression
(must evaluate to net.sf.jasperreports.jsf.convert.ReportConverter)
Specific report converter instance used to override the default behaviour of the plugin.
sourcefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Data source ID reference used to obtain the data needed to render the report.
namefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
File name of the exported report. This value will be used inside the Content-Disposition header when rendering the report contents.
formatfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Output format of the rendered report. Consult library documentation to know the possible values of this attribute.
encodingfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Output encoding of the report. Used to override the character encoding found by default int the request.
frameborderfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Width of the border to be rendered around the report frame. A value of 0 is no border.
ignorePageMarginsfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Omit page margins in the exported report document.
marginheightfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Internal HTML frame margin height.
marginwidthfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Internal HTML frame margin width.
heightfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML frame height.
layoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
pageIndexfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Specific report page to be rendered. Use this attribute when interested in outputting a single page report.
startPageIndexfalsefalsejavax.el.ValueExpression
(must evaluate to int)
First page of the report to be rendered. Use this attribute when interested in outputting a range of pages from the report. The endPageIndex is mandatory when using this attribute.
endPageIndexfalsefalsejavax.el.ValueExpression
(must evaluate to int)
End page of the report to be rendered. Use this attribute when interested in outputting a range of pages from the report. The startPageIndex is mandatory when using this attribute.
offsetXfalsefalsejavax.el.ValueExpression
(must evaluate to int)
X offset inside the outputted report document.
offsetYfalsefalsejavax.el.ValueExpression
(must evaluate to int)
X offset inside the outputted report document.
tabindexfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
titlefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
stylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
widthfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML frame width.
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Any value representing the source for the report file, source or compiled to be processed.
validatorfalsefalsejavax.el.ValueExpression
(must evaluate to net.sf.jasperreports.jsf.validation.Validator)
Specific validator instance used to override the default behaviour of the plugin.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.