TOC : Script API > JavaScript > JavaScript API > Component > PDFDocument >

 

Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > PDFDocument >

 

Method

 

 

Name

Description

GetBindingOrderList

Gets the PDFPage binding order list.

GetComponentByName

Gets the component of the given name.

GetDataSetAVG

Gets the average from the given field.

GetDataSetCNT

Gets the number of dataset rows.

GetDataSetFREQ

Gets the occurrence count of the given value from the given field.

GetDataSetMAX

Gets the maximum value from the given field.

GetDataSetMIN

Gets the minimum value from the given field.

GetDataSetRowCount

Gets the number of total rows of the given data set.

GetDataSetRowIndex

Gets the cursor index of the current row.

GetDataSetSUM

Gets the sum from the given field.

GetDataSetValue

Gets the data value of the given field.

GetName

Gets the name of report component.

GetParent

Gets the parent component.

GetReportTemplate

Gets the report template.

GetUserValue

Gets the user defined value.

IsDataSetLastRow

Indicates whether the current row cursor is on the last of the dataset.

IsDataSetValueNull

Indicates whether the field value is null.

SetBindingOrderList

Sets the binding order of PDFPages added to the PDFDocument.

SetUserValue

Assigns a user defined value to the user value.