Speed of cjReportControl
Posted: Wed Aug 19, 2015 1:40 am
Hi,
If you want to use the reportcontrol the best thing you can do is to disable the
// oReport:SetCustomDraw( xtpCustomBeforeDrawRow )
This slows down the reportcontrol. If this is disabled, the speed is very good, and the control can be used with big tables.
With the definition of a header array and putting the data in an array, you can create with a minimum of effort a very functional report control.
If you want to use the reportcontrol the best thing you can do is to disable the
// oReport:SetCustomDraw( xtpCustomBeforeDrawRow )
This slows down the reportcontrol. If this is disabled, the speed is very good, and the control can be used with big tables.
With the definition of a header array and putting the data in an array, you can create with a minimum of effort a very functional report control.