SrsSysCompareReportContext Class [AX 2012]
The SrsSysCompareReportContext class represents the context to compare an SSRS report using the SrsSysComparableReport class.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| caption | Gets the report caption. |
| comparableItemDefault | Not used. Returns an empty string. |
| comparableList | Builds a list containing SrsSysComparableReport objects. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| manipulateResult | Not used. Included in order to implement SysCompareContextProvider. |
| mergeDirection | Gets the current SysMergeDirection value. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| onCompareStart | Not used. Included in order to implement SysCompareContextProvider the interface. |
| onContextMenu | Not used. Included in order to implement SysCompareContextProvider. |
| onDeleteTopNode | Not used. Included in order to implement SysCompareContextProvider. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmCaseSensitive | Gets or sets the CaseSensitive parameter. |
| parmDirection | Gets or sets the Direction parameter. |
| parmMergeable1 | Gets or sets the Mergeable1 parameter. |
| parmMergeable2 | Gets or sets the Mergeable2 parameter. |
| parmShowDifferencesOnly | Gets or sets the ShowDifferencesOnly parameter. |
| parmShowLineNumbers | Gets or sets the ShowLineNumbers parameter. |
| parmSuppressNodesOnlyIn1 | Gets or sets the SuppressNodesOnlyIn1 parameter. |
| parmSuppressNodesOnlyIn2 | Gets or sets the SuppressNodesOnlyIn2 parameter. |
| parmSuppressWhitespace | Gets or sets the SuppressWhitespace parameter. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| showTreePane | Determines if the tree pane is to be shown. |
| supportDeleteWhenIdentical | Determines if the delete action is available when the comparable objects are identical. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the SrsSysCompareReportContext class. |
| ::newMergeables | Creates a new SrsSysCompareReportContext containing the SrsSysComparableReport objects. |
Community Additions
ADD
Show: