com.crystaldecisions.reports.sdk
Class SubreportController

java.lang.Object
  extended bycom.crystaldecisions.reports.sdk.SubreportController

public class SubreportController
extends java.lang.Object

Provides access to the subreports in the document.


Method Summary
 ISubreportClientDocument getSubreport(java.lang.String subreportName)
          Returns a subreport for the specified subreport name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSubreport

public ISubreportClientDocument getSubreport(java.lang.String subreportName)
                                      throws ReportSDKException

Returns a subreport for the specified subreport name.

Parameters:
subreportName - the name of the subreport
Returns:
an ISubreport object representing the subreport
Throws:
ReportSDKException