📚 SAP Business One SDK Help

GetPageCount Method
See Also 

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