|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISubreportLink
This interface is used to access a link between a subreport and the main report.
Method Summary | |
---|---|
java.lang.String |
getLinkedParameterName()
|
java.lang.String |
getMainReportFieldName()
Returns the name of the field in the main report that is linked to a field in the subreport. |
java.lang.String |
getSubreportFieldName()
Returns the name of the field in the subreport that is linked to a field in the main report. |
void |
setLinkedParameterName(java.lang.String linkedParameterName)
|
void |
setMainReportFieldName(java.lang.String mainReportFieldName)
Sets the name of the field in the main report that is linked to a field in the subreport. |
void |
setSubreportFieldName(java.lang.String subreportFieldName)
Sets the name of the field in the subreport that is linked to a field in the main report. |
Method Detail |
---|
java.lang.String getMainReportFieldName()
Returns the name of the field in the main report that is linked to a field in the subreport.
String
object.java.lang.String getSubreportFieldName()
Returns the name of the field in the subreport that is linked to a field in the main report.
String
object.void setMainReportFieldName(java.lang.String mainReportFieldName)
Sets the name of the field in the main report that is linked to a field in the subreport.
mainReportFieldName
- The formula form of the name of the field in the main report that is linked to a
field in the subreport as a String
object.void setSubreportFieldName(java.lang.String subreportFieldName)
Sets the name of the field in the subreport that is linked to a field in the main report.
subreportFieldName
- The formula form of the name of the field in the subreport that is linked to a
field in the main report as a String
object.java.lang.String getLinkedParameterName()
void setLinkedParameterName(java.lang.String linkedParameterName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |