nReportPageNo Property

Cuurent page number.

Object.nReportPageNo = number

Return Value

Number
 Cuurent page number in the XFF/XML document

Remarks

Applies To: XFRX#DRAW, XFRX#XML


Examples

LOCAL m.loXFF, m.lnRetVal
m.loXFF = xfrx("XFRX#DRAW")
IF m.loXFF.openDocument("output.xff")

   m.loXFF.GoBottom()
   DEBUGOUT m.loXFF.nReportPageNo
ENDIF