ReportSumControl Class

The ReportSumcontrol class lets you create, read, update, and delete X++ code and metadata.

Syntax

class ReportSumControl extends ReportControl

Run On

Called

Methods

  Method Description
Gg957075.pubmethod(en-us,AX.60).gif alignment
Gg957075.pubmethod(en-us,AX.60).gif allowNegative
Gg957075.pubmethod(en-us,AX.60).gif AOTadd Creates a subnode to the tree node in the Application Object Tree (AOT). (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTaddExtendedDataType This method is not supported in Microsoft Dynamics AX. If you need to add a subnode of this type, use the instead. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTaddRelation This method is not supported in Microsoft Dynamics AX. If you need to add a subnode of this type, use the instead. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTaddSubNode Creates subnodes for extended data types and relations. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTaddXref (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTAllowEdit (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTbitmapId Returns the resource ID of the bitmap of the tree node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTchildNodeCount Counts the number of child nodes that a given tree node has. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTcompile Compiles this node and its subnodes. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTconfigure (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTdelete Deletes the tree node in the development layer that you are currently working in. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTDrop Creates a copy of a specified tree node as a child to the TreeNode object. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTDuplicate (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTedit Opens the appropriate editor for this node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTendXref (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTfindChild Finds the specified child node of this node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTfirstChild Retrieves the first child of the tree node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTfirstChildEx (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTgetExecutableLineCount Returns the number of executable lines of code for this node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTgetExecutableLines Returns the executable lines of code for this node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTGetModel (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTgetProperties Returns a string containing the properties of the tree node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTgetPropertiesExt (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTgetProperty (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTgetSource Returns the source code of this node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTIncludeInCompare (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTinsert Inserts a node among the subnodes of this node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTIsDirty (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTIsOld Indicates whether this node is from a file found in the old model store. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTIsPersisted Indicates whether this node has been persisted in the model store. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTIsProxyNode (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTiterator Returns an object which can be used to iterate the child nodes of the tree node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTKernelHelpType (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTLayer Returns the layer of the tree node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTLayers Returns a collection of the layers the tree node is defined in. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTload Ensures that the object is loaded. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTmakeXref Compiles this node and its subtree in the AOT, updating the cross-reference system. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTmessageLine Writes text to the Application Object Tree (AOT) Message window. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTMove (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTname Returns the value of the name property of the node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTnewWindow Opens a new AOT tree window with the tree node as the root. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTnextSibling Returns the next node on the same level as the tree node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTObjectNode Indicates whether the node is an application object. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOToverlayBitmapId Returns the resource ID of the overlay in the AOT associated with this node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTparent Returns the parent node of the tree node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTprevious Returns the previous sibling of this tree node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTrefresh Refreshes the node with the latest changes to the .aod file. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTregenerate (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTRename (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTrestore Reloads this node from the disk, if applicable. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTrun Compiles this node and its subtree in the Application Object Tree (AOT). (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTsave Saves an Application Object Tree (AOT) node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTSetModel (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTsetProperties (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTsetPropertiesExt (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTsetProperty (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTsetSource Sets the source code of this node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTshowProperties Opens the property sheet (if not already open) and shows the properties for this node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTtoolTip Returns the tool tip associated with the tree node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTToString (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTtypeStr Returns the internal string code for the element type used in XPO files. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif AOTUtilFileType Retrieves the value of the UtilFileType enumeration type for the TreeNode object. The UtilFileType indicates which kind of file the application object is stored in. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif applObjectId Returns the application object ID, if applicable. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif applObjectLayerMask Returns a bitmask that specifies which layers contain this element. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif applObjectOldLayerMask Returns a bitmask that specifies which layers contain this element in the baseline model store. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif arrayIndex
Gg957075.pubmethod(en-us,AX.60).gif autoDeclaration Determines whether the system can declare a member variable that has the same name as the control.
Gg957075.pubmethod(en-us,AX.60).gif autoInsSeparator
Gg957075.pubmethod(en-us,AX.60).gif backgroundColor Gets or sets the background color of the control.
Gg957075.pubmethod(en-us,AX.60).gif backStyle Determiness whether the control background can be transparent.
Gg957075.pubmethod(en-us,AX.60).gif bold Gets or sets the weight of font used to output text in the control.
Gg957075.pubmethod(en-us,AX.60).gif bottomMargin
Gg957075.pubmethod(en-us,AX.60).gif bottomMarginAndFrame (Overrides the bottomMarginAndFrame Method.)
Gg957075.pubmethod(en-us,AX.60).gif bottomMarginMode
Gg957075.pubmethod(en-us,AX.60).gif bottomMarginStr
Gg957075.pubmethod(en-us,AX.60).gif bottomMarginUnit
Gg957075.pubmethod(en-us,AX.60).gif bottomMarginValue
Gg957075.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg957075.pubmethod(en-us,AX.60).gif changeLabelCase
Gg957075.pubmethod(en-us,AX.60).gif characterSet Gets or sets the character set of the font.
Gg957075.pubmethod(en-us,AX.60).gif colorScheme Gets or sets the color scheme of the control.
Gg957075.pubmethod(en-us,AX.60).gif configurationKey Gets or sets the configuration key that is assigned to the control.
Gg957075.pubmethod(en-us,AX.60).gif controlType (Overrides the controlType Method.)
Gg957075.pubmethod(en-us,AX.60).gif cssClass
Gg957075.pubmethod(en-us,AX.60).gif dataField
Gg957075.pubmethod(en-us,AX.60).gif dataFieldName
Gg957075.pubmethod(en-us,AX.60).gif decimalSeparator
Gg957075.pubmethod(en-us,AX.60).gif delete (Overrides the delete Method.)
Gg957075.pubmethod(en-us,AX.60).gif displaceNegative
Gg957075.pubmethod(en-us,AX.60).gif displaceNegativeMode
Gg957075.pubmethod(en-us,AX.60).gif displaceNegativeValue
Gg957075.pubmethod(en-us,AX.60).gif effectiveFont (Overrides the effectiveFont Method.)
Gg957075.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg957075.pubmethod(en-us,AX.60).gif extendedDataType
Gg957075.pubmethod(en-us,AX.60).gif extraSumWidth
Gg957075.pubmethod(en-us,AX.60).gif extraSumWidthMode
Gg957075.pubmethod(en-us,AX.60).gif extraSumWidthStr
Gg957075.pubmethod(en-us,AX.60).gif extraSumWidthUnit
Gg957075.pubmethod(en-us,AX.60).gif extraSumWidthValue
Gg957075.pubmethod(en-us,AX.60).gif font Gets or sets the name of the font for the control to use.
Gg957075.pubmethod(en-us,AX.60).gif fontInfoPrinter (Overrides the fontInfoPrinter Method.)
Gg957075.pubmethod(en-us,AX.60).gif fontInfoPrinterAscent (Overrides the fontInfoPrinterAscent Method.)
Gg957075.pubmethod(en-us,AX.60).gif fontInfoPrinterDescent (Overrides the fontInfoPrinterDescent Method.)
Gg957075.pubmethod(en-us,AX.60).gif fontInfoPrinterExtLead (Overrides the fontInfoPrinterExtLead Method.)
Gg957075.pubmethod(en-us,AX.60).gif fontInfoPrinterHeight (Overrides the fontInfoPrinterHeight Method.)
Gg957075.pubmethod(en-us,AX.60).gif fontInfoPrinterIntLead (Overrides the fontInfoPrinterIntLead Method.)
Gg957075.pubmethod(en-us,AX.60).gif fontInfoScreen (Overrides the fontInfoScreen Method.)
Gg957075.pubmethod(en-us,AX.60).gif fontInfoScreenAscent (Overrides the fontInfoScreenAscent Method.)
Gg957075.pubmethod(en-us,AX.60).gif fontInfoScreenDescent (Overrides the fontInfoScreenDescent Method.)
Gg957075.pubmethod(en-us,AX.60).gif fontInfoScreenExtLead (Overrides the fontInfoScreenExtLead Method.)
Gg957075.pubmethod(en-us,AX.60).gif fontInfoScreenHeight (Overrides the fontInfoScreenHeight Method.)
Gg957075.pubmethod(en-us,AX.60).gif fontInfoScreenIntLead (Overrides the fontInfoScreenIntLead Method.)
Gg957075.pubmethod(en-us,AX.60).gif fontSize Gets or sets the size of the font for the control to use.
Gg957075.pubmethod(en-us,AX.60).gif foregroundColor Gets or sets the text color for the control to use.
Gg957075.pubmethod(en-us,AX.60).gif formatMST
Gg957075.pubmethod(en-us,AX.60).gif getNodeInLayer Retrieves a version of the tree node from a specified layer. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg957075.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg957075.pubmethod(en-us,AX.60).gif hashKey (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif height Gets or sets the height of the control.
Gg957075.pubmethod(en-us,AX.60).gif height100mm (Overrides the height100mm Method.)
Gg957075.pubmethod(en-us,AX.60).gif height100mmInclBorder (Overrides the height100mmInclBorder Method.)
Gg957075.pubmethod(en-us,AX.60).gif heightMode Gets or sets a calculation mode for the height of the control.
Gg957075.pubmethod(en-us,AX.60).gif heightOfWordWrappedString100mm (Overrides the heightOfWordWrappedString100mm Method.)
Gg957075.pubmethod(en-us,AX.60).gif heightStr
Gg957075.pubmethod(en-us,AX.60).gif heightUnit
Gg957075.pubmethod(en-us,AX.60).gif heightValue Gets or sets the height of the control.
Gg957075.pubmethod(en-us,AX.60).gif hide (Overrides the hide Method.)
Gg957075.pubmethod(en-us,AX.60).gif italic
Gg957075.pubmethod(en-us,AX.60).gif label Gets or sets the label for a control.
Gg957075.pubmethod(en-us,AX.60).gif labelBold
Gg957075.pubmethod(en-us,AX.60).gif labelCharacterSet
Gg957075.pubmethod(en-us,AX.60).gif labelCssClass
Gg957075.pubmethod(en-us,AX.60).gif labelFont
Gg957075.pubmethod(en-us,AX.60).gif labelFontSize
Gg957075.pubmethod(en-us,AX.60).gif labelItalic
Gg957075.pubmethod(en-us,AX.60).gif labelLineBelow
Gg957075.pubmethod(en-us,AX.60).gif labelLineThickness
Gg957075.pubmethod(en-us,AX.60).gif labelPosition
Gg957075.pubmethod(en-us,AX.60).gif labelTabLeader
Gg957075.pubmethod(en-us,AX.60).gif labelUnderline
Gg957075.pubmethod(en-us,AX.60).gif labelWidth
Gg957075.pubmethod(en-us,AX.60).gif labelWidthMode
Gg957075.pubmethod(en-us,AX.60).gif labelWidthStr
Gg957075.pubmethod(en-us,AX.60).gif labelWidthUnit
Gg957075.pubmethod(en-us,AX.60).gif labelWidthValue
Gg957075.pubmethod(en-us,AX.60).gif left
Gg957075.pubmethod(en-us,AX.60).gif left100mm (Overrides the left100mm Method.)
Gg957075.pubmethod(en-us,AX.60).gif left100mmInclBorder (Overrides the left100mmInclBorder Method.)
Gg957075.pubmethod(en-us,AX.60).gif leftMargin
Gg957075.pubmethod(en-us,AX.60).gif leftMarginAnFrame (Overrides the leftMarginAnFrame Method.)
Gg957075.pubmethod(en-us,AX.60).gif leftMarginMode
Gg957075.pubmethod(en-us,AX.60).gif leftMarginStr
Gg957075.pubmethod(en-us,AX.60).gif leftMarginUnit
Gg957075.pubmethod(en-us,AX.60).gif leftMarginValue
Gg957075.pubmethod(en-us,AX.60).gif leftMode
Gg957075.pubmethod(en-us,AX.60).gif leftStr
Gg957075.pubmethod(en-us,AX.60).gif leftUnit
Gg957075.pubmethod(en-us,AX.60).gif leftValue
Gg957075.pubmethod(en-us,AX.60).gif lineAbove
Gg957075.pubmethod(en-us,AX.60).gif lineBelow
Gg957075.pubmethod(en-us,AX.60).gif lineLeft Gets or sets the type of line that is used as the left border of a section.
Gg957075.pubmethod(en-us,AX.60).gif lineRight
Gg957075.pubmethod(en-us,AX.60).gif makeCopy (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif menuItemLabel
Gg957075.pubmethod(en-us,AX.60).gif menuItemName
Gg957075.pubmethod(en-us,AX.60).gif menuItemType
Gg957075.pubmethod(en-us,AX.60).gif minNoOfDecimals
Gg957075.pubmethod(en-us,AX.60).gif minNoOfDecimalsMode
Gg957075.pubmethod(en-us,AX.60).gif minNoOfDecimalsValue
Gg957075.pubmethod(en-us,AX.60).gif modelFieldName
Gg957075.pubmethod(en-us,AX.60).gif name Gets or sets the name used in code to identify a form, report, rable, query, or another Microsoft Dynamics AX application object.
Gg957075.pubmethod(en-us,AX.60).gif new Initializes a new instance of the TreeNode class. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif newObjectName Returns a string that contains the name of the new element. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif noOfDecimals
Gg957075.pubmethod(en-us,AX.60).gif noOfDecimalsMode
Gg957075.pubmethod(en-us,AX.60).gif noOfDecimalsValue
Gg957075.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg957075.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg957075.pubmethod(en-us,AX.60).gif numberOfLines (Overrides the numberOfLines Method.)
Gg957075.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg957075.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg957075.pubmethod(en-us,AX.60).gif position (Overrides the position Method.)
Gg957075.pubmethod(en-us,AX.60).gif previewInfo (Overrides the previewInfo Method.)
Gg957075.pubmethod(en-us,AX.60).gif previewXCompensation100mm (Overrides the previewXCompensation100mm Method.)
Gg957075.pubmethod(en-us,AX.60).gif right100mm (Overrides the right100mm Method.)
Gg957075.pubmethod(en-us,AX.60).gif right100mmInclBorder (Overrides the right100mmInclBorder Method.)
Gg957075.pubmethod(en-us,AX.60).gif rightMargin
Gg957075.pubmethod(en-us,AX.60).gif rightMarginAndFrame (Overrides the rightMarginAndFrame Method.)
Gg957075.pubmethod(en-us,AX.60).gif rightMarginMode
Gg957075.pubmethod(en-us,AX.60).gif rightMarginStr
Gg957075.pubmethod(en-us,AX.60).gif rightMarginUnit
Gg957075.pubmethod(en-us,AX.60).gif rightMarginValue
Gg957075.pubmethod(en-us,AX.60).gif rotateSign
Gg957075.pubmethod(en-us,AX.60).gif securityKey
Gg957075.pubmethod(en-us,AX.60).gif setHeightGetText (Overrides the setHeightGetText Method.)
Gg957075.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg957075.pubmethod(en-us,AX.60).gif show (Overrides the show Method.)
Gg957075.pubmethod(en-us,AX.60).gif showLabel
Gg957075.pubmethod(en-us,AX.60).gif showZero
Gg957075.pubmethod(en-us,AX.60).gif signDisplay
Gg957075.pubmethod(en-us,AX.60).gif sumType
Gg957075.pubmethod(en-us,AX.60).gif table Gets or sets the table ID associated with the object.
Gg957075.pubmethod(en-us,AX.60).gif thickness
Gg957075.pubmethod(en-us,AX.60).gif thousandSeparator
Gg957075.pubmethod(en-us,AX.60).gif top
Gg957075.pubmethod(en-us,AX.60).gif top100mm (Overrides the top100mm Method.)
Gg957075.pubmethod(en-us,AX.60).gif top100mmInclBorder (Overrides the top100mmInclBorder Method.)
Gg957075.pubmethod(en-us,AX.60).gif topMargin
Gg957075.pubmethod(en-us,AX.60).gif topMarginAndFrame (Overrides the topMarginAndFrame Method.)
Gg957075.pubmethod(en-us,AX.60).gif topMarginMode
Gg957075.pubmethod(en-us,AX.60).gif topMarginStr
Gg957075.pubmethod(en-us,AX.60).gif topMarginUnit
Gg957075.pubmethod(en-us,AX.60).gif topMarginValue
Gg957075.pubmethod(en-us,AX.60).gif topMode
Gg957075.pubmethod(en-us,AX.60).gif topStr
Gg957075.pubmethod(en-us,AX.60).gif topUnit
Gg957075.pubmethod(en-us,AX.60).gif topValue
Gg957075.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif treeNodeExport Exports this node and its subtree from the Application Object Tree (AOT). (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif treeNodeName Returns the name of the tree node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif treeNodePath Returns the unique path to the tree node within the Application Object Tree (AOT). (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif treeNodeRelease Releases the tree node explicitly. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif treeNodeType Retrieves an instance of a TreeNodeType class that provides reflection information for the tree node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif underline
Gg957075.pubmethod(en-us,AX.60).gif updateNodePermissions (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg957075.pubmethod(en-us,AX.60).gif utilElement Returns a UtilElements record that is related to the node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif utilIdElement Returns a UtilIdElements record that is related to the node. (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif validateNameCharacters (Inherited from TreeNode.)
Gg957075.pubmethod(en-us,AX.60).gif visible
Gg957075.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg957075.pubmethod(en-us,AX.60).gif webMenuItemName
Gg957075.pubmethod(en-us,AX.60).gif webMenuItemType
Gg957075.pubmethod(en-us,AX.60).gif webTarget
Gg957075.pubmethod(en-us,AX.60).gif width Gets or sets the width of the control.
Gg957075.pubmethod(en-us,AX.60).gif width100mm (Overrides the width100mm Method.)
Gg957075.pubmethod(en-us,AX.60).gif width100mmInclBorder (Overrides the width100mmInclBorder Method.)
Gg957075.pubmethod(en-us,AX.60).gif widthMode Gets or sets the calculation mode of the width of the control.
Gg957075.pubmethod(en-us,AX.60).gif widthOfString100mm (Overrides the widthOfString100mm Method.)
Gg957075.pubmethod(en-us,AX.60).gif widthStr
Gg957075.pubmethod(en-us,AX.60).gif widthUnit
Gg957075.pubmethod(en-us,AX.60).gif widthValue Gets or sets the width of the control.
Gg957075.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Remarks

Make sure that the user has access to the development security key (SysDevelopment) before this API is called.

Inheritance Hierarchy

Object Class
  TreeNode Class
    ReportControl Class
      ReportSumControl Class