Custom report control - method getData()
Hello,
in my custom report control the getData() method is called twice for each record. Report option DoublePass = false. Can I avoid this?
I'm creating a bitmap from some measurement data, so its pretty time consuming.
Best regards
Comments
Ok, found the reason. getData() is called as many times as the expression array element count. Normally it has two elements - DataColumn and Expression - so its called twice.