TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Region >

 

Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Region >

 

Method

 

 

Name

Description

GetBackgroundImageAlign

Gets the position and alignment of a background image.

GetBackgroundImageURL

Gets URL of the background image.

GetBand

Gets the band having the region.

GetBindingOrderList

Gets the binding order list of bands added to the region.

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.

GetHeight

Gets the height.

GetHorizontalGap

Gets the horizontal gap.

GetLeft

Gets the left position.

GetName

Gets the name.

GetParent

Gets the parent component.

GetRegionOutDirection

Gets the writing direction.

GetReport

Gets the current report component.

GetReportTemplate

Gets the report template.

GetTop

Gets the top position.

GetVerticalGap

Gets the user defined value.

GetUserValue

Gets the vertical gap.

GetWidth

Gets the width.

IsBackgroundImagePrintable

Indicates whether to print the background image.

IsDataSetLastRow

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

IsDataSetValueNull

Indicates whether the field value is null.

IsFixPosition

Indicates whether the position is fixed.

IsShowPageBorder

Indicates whether to show the page border.

SetBackgroundImageAlign

Sets the image alignment style of the background image.

SetBackgroundImageURL

Sets the URL of the background image.

SetBindingOrderList

Sets the binding order list of bands added to the region.

SetFixPosition

Sets whether to fix the position.

SetHorizontalGap

Sets the horizontal gap.

SetRegionOutDirection

Sets the writing direction.

SetShowPageBorder

Sets whether to show the page border.

SetUserValue

Assigns a user defined value to the user value

SetVerticalGap

Sets the vertical gap.