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