com.crystaldecisions.sdk.occa.report.definition
Interface ISubreportLink

All Superinterfaces:
IClone
All Known Implementing Classes:
SubreportLink

public interface ISubreportLink
extends IClone

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

getMainReportFieldName

java.lang.String getMainReportFieldName()

Returns the name of the field in the main report that is linked to a field in the subreport.

Returns:
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.

getSubreportFieldName

java.lang.String getSubreportFieldName()

Returns the name of the field in the subreport that is linked to a field in the main report.

Returns:
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.

setMainReportFieldName

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.

Parameters:
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.

setSubreportFieldName

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.

Parameters:
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.

getLinkedParameterName

java.lang.String getLinkedParameterName()

setLinkedParameterName

void setLinkedParameterName(java.lang.String linkedParameterName)