You can access and manipulate subreports directly
with the ReportClientDocument object model. A subreport is a free-standing or
linked report in the main report.
The
SubreportObject
class contains information about the subreport such as layout and formatting.
This class is identical to the
ReportObject
class except that it also contains the name of the subreport.
The
SubreportClientDocument class
provides access to the report data definition and controllers that are required
to modify a subreport . This class is similar to the
ReportClientDocument class and
is used to fully manipulate a subreport in the same manner you would a report
file.
Properties that can be modified include the height,
width, and position of the subreport.