railo.runtime.tag
Class Report
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.ext.tag.BodyTagImpl
railo.runtime.tag.Report
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag
public final class Report
- extends BodyTagImpl
Runs a predefined Crystal Reports report.
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary |
Report()
constructor for the tag class |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
Report
public Report()
throws TagNotSupported
- constructor for the tag class
- Throws:
TagNotSupported
setPassword
public void setPassword(String password)
- set the value password
- Parameters:
password
- value to set
setOrderby
public void setOrderby(String orderby)
- set the value orderby
Orders results according to your specifications.
- Parameters:
orderby
- value to set
setReport
public void setReport(String report)
- set the value report
- Parameters:
report
- value to set
setUsername
public void setUsername(String username)
- set the value username
- Parameters:
username
- value to set
setFormula
public void setFormula(String formula)
- set the value formula
Specifies one or more named formulas. Terminate each formula specification with a semicolon.
- Parameters:
formula
- value to set
doStartTag
public int doStartTag()
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class TagImpl
doEndTag
public int doEndTag()
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class TagImpl
doInitBody
public void doInitBody()
- Specified by:
doInitBody
in interface javax.servlet.jsp.tagext.BodyTag
- Overrides:
doInitBody
in class BodyTagImpl
doAfterBody
public int doAfterBody()
- Specified by:
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
- Overrides:
doAfterBody
in class BodyTagImpl
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class BodyTagImpl
addReportParam
public void addReportParam(ReportParamBean param)
Copyright © 2012 Railo