TOC : Script API > JavaScript > JavaScript API > Component > Band > GroupHeaderBand >

 

Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Band > GroupHeaderBand >

 

Method

 

 

Name

Description

GetBand

Gets the group header band.

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.

GetDataSetName

Gets the dataset name.

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.

GetDummyHeaderCount

Gets the number of dummy header bands.

GetEmptySpace

Gets the height or with of available page space for a new band.

GetGroupingFieldName

Gets the grouping field name.

GetGroupingFieldSortOption

Gets the sort option of a grouping field.

GetGroupingFieldSortOrder

Gets the sort order of a grouping field.

GetHeight

Gets the band height.

GetName

Gets the band name.

GetODIName

Gets the ODI name.

GetParent

Gets the parent component.

GetRepeatNumber

Gets the repeat count.

GetReport

Gets the current report component.

GetReportTemplate

Gets the report template.

GetSubBandCount

Gets the number of sub bands.

GetUserValue

Gets the user defined value.

GetWidth

Gets the band width.

IsAutoSize

Indicates whether auto sizing is enabled.

IsDataSetLastRow

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

IsDataSetValueNull

Indicates whether the field value is null.

IsEmptyDataBand

Indicates whether the group header band is bound empty.

IsEnable

Indicates whether the component is enabled.

IsFixPriorGroupHeader

Indicates whether the prior group header is to be fixed.

IsForceNewPage

Indicates whether forcing of new page is enabled.

IsInvisible

Indicates whether the component is invisible.

IsSpaceRemained

Indicates whether there is available space of given height in the current page.

SetAutoSize

Sets whether to automatically control  the component size.

SetEnable

Sets whether to enable the component.

SetFixPriorGroupHeader

Sets whether to fix the prior group header.

SetForceNewPage

Sets whether to force a new page.

SetGroupingFieldName

Sets the grouping field name.

SetGroupingFieldSortOption

Sets the sort option of a grouping field.

SetGroupingFieldSortOrder

Sets the sort order of a grouping field.

SetHeight

Sets the height.

SetInvisible

Sets whether the component to be invisible.

SetRepeatNumber

Sets the repeat count.

SetUserValue

Assigns a user defined value to the user value.