OnReportFinish
------- Kullanımı
Function OnReportFinish(rState As Number) As Bool
'This is called when the report is finished.
'rState : R_STATE_ENDOFREPORT
OnReportFinish:=True
EndFunction
Parametreler rState As Number Geri Dönüş Değeri Bool Dikkat Edilecek Hususlar ----- Örnek
-----
Örnek Açıklaması -----
Last updated