SAP Business One UI API 10.0 - Objects Reference (10.00.270)
GetPageCount Method
UI API
Description
Returns the number of pages in the XML report.
Syntax
Visual Basic
Public Function GetPageCount() As Long
Return Type
The number of pages in the XML report
Remarks
Call this method when
BeforeAction
=
false
and
ActionSuccess=
true
; otherwise an exception is thrown.
See Also
ReportDataInfo Object