JasperReports JSF TagLib
Tag reportLink


Faces component tag used to insert an report link within a faces component tree. Component will be rendered as link that when clicked outputs the report contents.


Tag Information
Tag Classnet.sf.jasperreports.jsf.taglib.html.HtmlReportLinkTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameReport Link Tag

Attributes
NameRequiredRequest-timeTypeDescription
idfalsefalsejava.lang.StringComponent identifier
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
Component binding
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.
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)
Report 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.
ignorePageMarginsfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Omit page margins in the exported report document.
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.
accesskeyfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
ondblclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onmousedownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onmousemovefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onmouseoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onmouseoverfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onmouseupfalsefalsejavax.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
tabindexfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
targetfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
titlefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
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)
No Description

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.