SrsReportRunService Class [AX 2012]
The SrsReportRunService class provides the main functionality that is required to run the report.
| Method | Description | |
|---|---|---|
| addDynamicQueryReportParams | |
| addFrameworkParams | |
| addRdlReportParams | |
| addRdpReportParams | |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createParamMapFromContract | Creates a Map of report parameters from the provided report contract. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getParameterGroupInfo | Gets the root group information for the report name. |
| getRdlParser | |
| getRdpMetadata | |
| getRdpReportParameter | Gets an instance of the SrsReportParameter class for the given RDP contract method name. |
| getReportDataContract | Gets the report data contract for the given report. |
| getReportRunAdapter | Gets the instance of the SrsReportRunAdapter class for the given instance of the SrsReportDataContract class. |
| getReportRunPrinter | |
| getSettingsFromContract | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isPreProcessingRequired | |
| new | Initializes a new instance of the SrsReportRunService class. |
| 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.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmIsInBatch | Gets or sets the IsInBatch parameter. |
| parmLocalMode | Gets or sets the LocalMode parameter. |
| postRunReport | Runs any post processing that is needed after the report is run. |
| preRunReport | Runs any pre-processing that is required before the report executed. |
| runReport | Runs a report to a non-screen destination. |
| saveReportArchive | Displays a report file and saves to archive. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| 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.) |
Community Additions
ADD
Show: