InventFormLetterReport_TransfOrderFDoc Class [AX 2012]
The InventFormLetterReport_TransfOrderFDoc class extends the form letter report to customize the report for transfer order fiscal documents.
Syntax
class InventFormLetterReport_TransfOrderFDoc extends FormLetterReport
Run On
Called
Methods
Method | Description | |
---|---|---|
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
checkNextPrintSetting | Determines whether there is another instance of the PrintMgmtPrintSettingDetail class, but does not move the current enumerator. (Inherited from FormLetterReport.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
execute | Creates a Microsoft SQL Server Reporting Services report by using the current print management settings. (Inherited from FormLetterReport.) | |
existsSSRS | Indicates whether SSRS exists. (Inherited from FormLetterReport.) | |
getCurrentPrintSetting | Gets the current instance of the PrintMgmtPrintSettingDetail class. (Inherited from FormLetterReport.) | |
getDefaultPrintJobSettings | Returns the default printer settings for the specified PrintSetupOriginalCopy enumeration value. (Overrides the getDefaultPrintJobSettings Method.) | |
getPrintMgmtDocumentType | Returns the PrintMgmtDocumentType enumeration value that specifies what document the FormLetterReport class controls. (Overrides the getPrintMgmtDocumentType Method.) | |
getPrintMgmtHierarchyType | Returns the PrintMgmtHierarchyType enumeration value that specifies what hierarchy the FormLetterReport class uses. (Overrides the getPrintMgmtHierarchyType Method.) | |
getPrintMgmtNodeType | Returns the PrintMgmtNodeType enumeration value that specifies what node the FormLetterReport class uses. (Overrides the getPrintMgmtNodeType Method.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
isFooterPresentForCurrentPrintSetting | Determines whether the current instance of the PrintMgmtPrintSettingDetail class has footer text that should be printed. (Inherited from FormLetterReport.) | |
loadPrintSettings | Loads instances of the PrintMgmtPrintSettingDetail class that are used for printing the report. (Inherited from FormLetterReport.) | |
moveNextPrintSetting | Moves to the next instance of the PrintMgmtPrintSettingDetail class. (Inherited from FormLetterReport.) | |
new | Creates an instance of the appropriate FormLetterReport class. (Inherited from FormLetterReport.) | |
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.) | |
parmDefaultCopyPrintJobSettings | Gets or sets the value of the DefaultCopyPrintJobSettings property. (Inherited from FormLetterReport.) | |
parmDefaultOriginalPrintJobSettings | Gets or sets the value of the DefaultOriginalPrintJobSettings property. (Inherited from FormLetterReport.) | |
parmPrintType | Gets or sets the value of PrintType property. (Inherited from FormLetterReport.) | |
parmReportRun | Gets the ReportRun parameter. (Inherited from FormLetterReport.) | |
parmReportRunController | Gets or sets the ReportRunController parameter. (Inherited from FormLetterReport.) | |
parmSSRS | Gets or sets the SSRS parameter. (Inherited from FormLetterReport.) | |
parmUsePrintMgmtDestinations | Gets or sets the value of UsePrintMgmtDestinations property. (Inherited from FormLetterReport.) | |
parmUseUserDefinedDestinations | Gets or sets the value of the UseUserDefinedDestinations field. (Inherited from FormLetterReport.) | |
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.) |
Top
Inheritance Hierarchy
Object Class
FormLetterReport Class
InventFormLetterReport_TransfOrderFDoc Class