TOC : Script API > JavaScript > JavaScript API > Component > Shape > Rectangle >

 

Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Shape > Rectangle >

 

Method

 

 

Name

Description

GetAlternativeText

Gets the alternate text.

GetBackgroundColor

Gets the background color.

GetBand

Gets the band having the rectangle.

GetBorderColor

Gets the border color.

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.

GetExportOption

Get saving options for report exporting.

GetHeight

Gets the height.

GetLeft

Gets the left position.

GetName

Gets the name.

GetPage

Gets the page that has been added component.

GetParent

Gets the parent component.

GetPenThickness

Gets the thickness of a line.

GetReport

Gets the current report component.

GetReportTemplate

Gets the report template.

GetRoundingValue

Gets the corner rounding radius of the rectangle.

GetTooltipText

Gets the tooltip text.

GetTop

Gets the top position.

GetUserValue

Gets the user defined value.

GetWidth

Gets the width.

IsChangeable

Indicates whether properties of the component on the viewer is changeable.

IsDataSetLastRow

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

IsDataSetValueNull

Indicates whether the field value is null.

IsEditable

Indicates whether the component on the viewer is editable.

IsMovable

Indicates whether the component on the viewer is movable.

IsPrintable

Indicates whether printable.

IsTransparent

Indicates whether the component is transparent.

IsVisible

Indicates whether the component on the viewer is visible.

SetAlternativeText

Set the alternate text.

SetBackgroundColor

Sets the background color.

SetBorderColor

Sets the border color.

SetBrowserOption

Sets the options to control web browser screen that will display the report when linking the report.

SetChangeable

Sets whether properties of the component on the viewer is changeable.

SetEditable

Sets whether the component on the viewer is editable.

SetExportOption

Set saving options for report exporting.

SetHeight

Sets the height.

SetLeft

Sets the left position.

SetLinkEvent

Set to raise the link event and pass argument values to external events(OZLinkCommand, OZUserActionCommand).

SetLinkExecute

Sets the command to execute by the link.

SetLinkOption

Sets the value of the OZ viewer parameter for the report  to be linked.

SetLinkParam

Sets the value of the form parameter for the report  to be linked.

SetLinkPostURL

Call and display the web browser URL of the target frame using POST method.

SetLinkRepository

Execute or save the file on the server repository.

SetLinkServer

Request a report to OZ daemon type server.

SetLinkServlet

Request a report to OZ servlet type server.

SetLinkToc

Set TOC label.

SetLinkURL

Call and display the web browser URL of the target frame

SetMovable

Sets whether the component on the viewer is movable.

SetPenThickness

Sets the thickness of a line.

SetPrintable

Set whether the component is printable.

SetRoundingValue

Sets the corner rounding radius of the rectangle.

SetTooltipText

Sets the tooltip text.

SetTop

Sets the top position.

SetTransparent

Sets whether the component is transparent.

SetUserValue

Assigns a user defined value to the user value.

SetVisible

Sets whether the component on the viewer is visible.

SetWidth

Sets the width.