|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.crystaldecisions.reports.sdk.SubreportController
A subreport controller which provides access to the subreports in the document.
Method Summary | |
ISubreportClientDocument |
getSubreport(java.lang.String subreportName)
Retrieves a subreport for the given subreport name. |
IStrings |
getSubreportNames()
Returns a list of the names of subreports that are contained in a report. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public ISubreportClientDocument getSubreport(java.lang.String subreportName) throws ReportSDKException
subreportName
- name of subreport
ReportSDKException
public IStrings getSubreportNames() throws ReportSDKException
Returns a list of the names of subreports that are contained in a report.
IStrings
object containing a list of the names of
subreports contained in a report.
ReportSDKException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |