cDRReportHelper Class¶
Each cDRReport object contains a child object of the cDRReportHelper class.
The class includes conversion methods required by the cDRReport class, and an instance of this class can be created as a standalone object if these methods are needed. A prime example is when the cDRReport object is utilized in a drill-down style web application. In such an application, one component allows the user to enter selection and parameter values, while another component is responsible for executing the report and displaying the results. The component that handles entering selection criteria may require the DateTimeToString, DateToString, or TimeToString functions, which are members of the cDRReport class prior to version 5.0.1, and this component does not have access to a cDRReport object.