|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.SubreportLink
public class SubreportLink
This object specifies a link between a subreport and the main report.
When possible, use the ISubreportLink interface to manipulate this object.
| Constructor Summary | |
|---|---|
SubreportLink()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone(boolean deepClone)
|
void |
copyTo(java.lang.Object destObject,
boolean deepCopy)
|
java.lang.Object |
createMember(java.lang.String eleName,
org.xml.sax.Attributes attrs,
XMLSerializationContext ctxt,
java.util.Map objState,
boolean[] bLoaded)
For internal use only. |
void |
endElement(java.lang.String eleName,
java.util.Map objState)
For internal use only. |
java.lang.String |
getLinkedParameterName()
For internal use only |
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. |
boolean |
hasContent(java.lang.Object srcSubreportLink)
|
void |
readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
For internal use only. |
void |
save(XMLWriter writer,
java.lang.String sTag,
XMLSerializationContext ctxt)
For internal use only. |
void |
save(XMLWriter writer,
XMLSerializationContext ctxt)
For internal use only. |
void |
saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
For internal use only. |
void |
setLinkedParameterName(java.lang.String linkedParameterName)
For internal use only |
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. |
void |
startElement(java.lang.String eleName,
java.util.Map objState,
org.xml.sax.Attributes attrs)
For internal use only. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubreportLink()
| Method Detail |
|---|
public java.lang.Object clone(boolean deepClone)
public void copyTo(java.lang.Object destObject,
boolean deepCopy)
public java.lang.Object createMember(java.lang.String eleName,
org.xml.sax.Attributes attrs,
XMLSerializationContext ctxt,
java.util.Map objState,
boolean[] bLoaded)
For internal use only.
public void endElement(java.lang.String eleName,
java.util.Map objState)
For internal use only.
public java.lang.String getMainReportFieldName()
ISubreportLinkReturns the name of the field in the main report that is linked to a field in the subreport.
getMainReportFieldName in interface ISubreportLinkString object.public java.lang.String getSubreportFieldName()
ISubreportLinkReturns the name of the field in the subreport that is linked to a field in the main report.
getSubreportFieldName in interface ISubreportLinkString object.public java.lang.String getLinkedParameterName()
ISubreportLink
getLinkedParameterName in interface ISubreportLinkpublic boolean hasContent(java.lang.Object srcSubreportLink)
public void readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
For internal use only.
public void save(XMLWriter writer,
XMLSerializationContext ctxt)
throws java.io.IOException
For internal use only.
java.io.IOException
public void save(XMLWriter writer,
java.lang.String sTag,
XMLSerializationContext ctxt)
throws java.io.IOException
For internal use only.
java.io.IOException
public void saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
throws java.io.IOException
For internal use only.
java.io.IOExceptionpublic void setMainReportFieldName(java.lang.String mainReportFieldName)
ISubreportLinkSets the name of the field in the main report that is linked to a field in the subreport.
setMainReportFieldName in interface ISubreportLinkmainReportFieldName - 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.public void setSubreportFieldName(java.lang.String subreportFieldName)
ISubreportLinkSets the name of the field in the subreport that is linked to a field in the main report.
setSubreportFieldName in interface ISubreportLinksubreportFieldName - 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.public void setLinkedParameterName(java.lang.String linkedParameterName)
ISubreportLink
setLinkedParameterName in interface ISubreportLink
public void startElement(java.lang.String eleName,
java.util.Map objState,
org.xml.sax.Attributes attrs)
For internal use only.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||