Object-Oriented Interface |
|
The PxPlus Report Writer includes an object-oriented interface that gives developers control over a report at virtually every stage from definition to report generation.
Report Writer objects and subordinate objects are listed below:
The pvxreport object embodies the report definition, which consists of a series of subordinate objects for filter processing, sort sequence, parameters, groups, lines and cells. | |
The rptcalcfield object is a data member of the pvxreport object interface that is delegated to store and manipulate a calculated field definition. | |
The rptcell object is a data member of the rptline object, delegated to store and manipulate a cell definition. | |
The rptdesigner object is a data member of the pvxreport object interface, delegated to store and save Report Designer options. | |
The rptfilter object is a data member of the pvxreport object interface, delegated to store and manipulate a data filter definition. | |
The rptfilterset object is a data member of the pvxreport, rptline and rptcell objects, delegated to store and manipulate a filter set definition. | |
The rptgroup object is a data member of the pvxreport object interface, delegated to store and manipulate a group or section definition. | |
The rptgroupfunc object is a data member of the pvxreport object interface, delegated to store and manipulate a group function definition. | |
The rptline object is a data member of the rptgroup object, delegated to store and manipulate a report line definition. | |
The rptlink object is a data member of the pvxreport object interface that is delegated to store and manipulate the definition of a related data source. | |
The rptparam object is a data member of the pvxreport object interface, delegated to store and manipulate a parameter definition. | |
The rptsort object is a data member of the pvxreport object interface, delegated to store and manipulate a sort segment definition. |