| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | net.sf.jasperreports.jsf.taglib.html.HtmlReportLinkTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | Report Link Tag |
Attributes | ||||
Name | Required | Request-time | Type | Description |
id | false | false | java.lang.String | Component identifier |
binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| Component binding |
encoding | false | false | javax.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. |
dir | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML dir attribute. |
lang | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML lang attribute. |
rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| Should this report frame be rendered? |
sourceConverter | false | false | javax.el.ValueExpression
(must evaluate to net.sf.jasperreports.jsf.convert.SourceConverter )
| Specific source converter instance used to override the default behaviour of the plugin. |
reportConverter | false | false | javax.el.ValueExpression
(must evaluate to net.sf.jasperreports.jsf.convert.ReportConverter )
| Specific report converter instance used to override the default behaviour of the plugin. |
source | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Report source ID reference used to obtain the data needed to render the report. |
name | false | false | javax.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. |
format | false | false | javax.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. |
ignorePageMargins | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| Omit page margins in the exported report document. |
pageIndex | false | false | javax.el.ValueExpression
(must evaluate to int )
| Specific report page to be rendered. Use this attribute when interested in outputting a single page report. |
startPageIndex | false | false | javax.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. |
endPageIndex | false | false | javax.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. |
offsetX | false | false | javax.el.ValueExpression
(must evaluate to int )
| X offset inside the outputted report document. |
offsetY | false | false | javax.el.ValueExpression
(must evaluate to int )
| X offset inside the outputted report document. |
accesskey | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
ondblclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
onmousedown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
onmousemove | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
onmouseout | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
onmouseover | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
onmouseup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
style | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
styleClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
tabindex | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
target | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
title | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
value | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Any value representing the source for the report file, source or compiled to be processed. |
validator | false | false | javax.el.ValueExpression
(must evaluate to net.sf.jasperreports.jsf.validation.Validator )
| No Description |
Variables | ||||
No Variables Defined. |
| |||||||
FRAMES NO FRAMES |