TOC : Script API > JavaScript > JavaScript API > Component > Report >

 

Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Report >

 

Method

 

 

Name

Description

GetBackgroundImageAlign

Gets the position and alignment of a background image.

GetBackgroundImageURL

Gets URL of the background image.

GetBindingOrderList

Gets the band binding order list.

GetBottomFreezePaneSize

Gets the bottom freeze pane size.

GetBottomMargin

Gets the bottom margin value.

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 ofGets the minimum value from  the given field.

GetGutter

Gets the gutter value of a paper.

GetGutterPosition

Gets the gutter position string.

GetLeftFreezePaneSize

Gets the left freeze pane size.

GetLeftMargin

Gets the left margin value.

GetName

Gets the name of report component.

GetPaperHeight

Gets the paper height.

GetPaperOrientation

Gets the paper orientation.

GetPaperType

Gets the paper type.

GetPaperWidth

Gets the paper width.

GetParent

Gets the parent component.

GetReport

Gets the report component.

GetReportTemplate

Gets the report template.

GetRightFreezePaneSize

Gets the right freeze pane size.

GetRightMargin

Gets the right margin value.

GetTopFreezePaneSize

Gets the top freeze pane size.

GetTopMargin

Gets the top margin value.

GetUserValue

Gets the user defined value.

IsBackgroundImagePrintable

Indicates whether printing of background image is allowed.

IsDataSetLastRow

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

IsDataSetValueNull

Indicates whether the field value is null.

IsEnable

Indicates whether the component is enabled.

IsMirrorMargins

Indicates whether mirror margin is enabled.

IsShowPageBorder

Indicates whether to show the page border.

SetBackgroundImageAlign

Sets the position and alignment of a background image.

SetBackgroundImagePrintable

Enable or disable printing of background image.

SetBackgroundImageURL

Sets URL of the background image.

SetBindingOrderList

Sets the binding order of bands added to the report.

SetBottomFreezePaneSize

Sets the bottom freeze pane size.

SetEnable

Sets whether to enable the component.

SetLeftFreezePaneSize

Sets the left freeze pane size.

SetRightFreezePaneSize

Sets the right freeze pane size.

SetShowPageBorder

Enable or disable showing page border.

SetTopFreezePaneSize

Sets the top freeze pane size.

SetUserValue

Assigns a user defined value to the user value.