PrintMgmtReportRun Class [AX 2012]
The PrintMgmtReportRun method enables printing SSRS reports by using print management settings.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| existsSSRS | Indicates if SSRS exists. |
| getNextFileName | |
| getPrintDestinationDirectory | Initializes the print destination directory to which the reports should be saved. |
| getPrintSettingsCount | Gets the number of print settings that are configured for the report. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| incScreenOutput | |
| load | Loads instances of the PrintMgmtPrintSettingDetail class that are used for printing a report. |
| loadSettingDetail | Loads an instance of the PrintMgmtPrintSettingDetail class to use to print a report. |
| more | Indicates whether more print settings are available. |
| new | Initializes a new instance of the PrintMgmtReportRun class. |
| next | Advances to the next print setting, if available. |
| 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.) |
| parmCheckScreenOutput | Gets or sets the CheckScreenOutput parameter. |
| parmDefaultCopyPrintJobSettings | Gets or sets the DefaultCopyPrintJobSettings parameter. |
| parmDefaultOriginalPrintJobSettings | Gets or sets the DefaultOriginalPrintJobSettings parameter. |
| parmDocType | Gets or sets the DocType parameter. |
| parmForcePrintJobSettings | Gets or sets the ForcePrintJobSettings parameter. |
| parmHierarchyType | Gets or sets the HierarchyType parameter. |
| parmNodeType | Gets or sets the NodeType parameter. |
| parmReportRunController | Gets or sets the ReportRunController parameter. |
| parmSSRS | Gets or sets the SSRS parameter. |
| reset | Restarts the iteration over print settings. |
| setPrintDestinationFileName | Sets the print destination file name for each document running in print management. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| settingDetail | Returns the current print setting. |
| splitFileName | |
| 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.) |
| ::changeDestination | The changeDestination method changes the destination of printing from Screen to PDF file. |
| ::construct | Initializes an instance of the PrintMgmtReportRun class. |
| ::execute | Creates a SSRS Report by using the provided print management settings. |
| ::joinFilenameParts | The joinFilenameParts method joins file name parts. |
| ::makeShorterFilename | The makeShorterFilename method creates a shorter name for saving a report to a pdf file |
| ::setParameter |
Community Additions
ADD
Show: