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

 

Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

Method

 

 

Name

Description

GetAlternativeText

Gets the alternate text.

GetBand

Gets the band having the line.

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.

GetLineColor

Gets the line color.

GetLineDash

Gets the dash pattern of the dashed line.

GetLineDashType

Gets the dash type.

GetLineType

Gets the line type.

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.

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.

IsVisible

Indicates whether the component on the viewer is visible.

SetAlternativeText

Set the alternate text.

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.

SetLineColor

Sets the line color.

SetLineDash

Sets the dash pattern of a line.

SetLineDashType

Sets the dash type.

SetLineType

Sets the line type.

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.

SetTooltipText

Sets the tooltip text.

SetTop

Sets the top position.

SetUserValue

Assigns a user defined value to the user value.

SetVisible

Sets whether the component on the viewer is visible.

SetWidth

Sets the width.