The ReportClientDocument object model allows you to
add and format report objects anywhere in the report. Report objects are the
visible entities that define a report, such as charts, fields, subreports,
pictures, and hyperlinks. Report objects store information about the object's
size, position, border, and color.
Every report is broken up into areas, and each area
is divided into a number of sections. Report objects can only be placed within
a section. For more information on areas and sections, see the
Crystal Reports Online Help.
Related API
Classes used when formatting or modifying
report objects
com.crystaldecisions.sdk.occa.report.definition.IReportObjects
Contains a collection of report objects.
com.crystaldecisions.sdk.occa.report.application.ReportObjectController
Modifies, adds, and removes report objects in
a report.
com.crystaldecisions.sdk.occa.report.application.SubreportController
Imports a report as a subreport, and adds or
removes subreport links. This object can also be used to retrieve the names of
all of the subreports in a report.
com.crystaldecisions.sdk.occa.report.application.ISubreportClientDocument
Provides access to the report data definition
and controllers that are required to modify a subreport.