Share via


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
JJ770319.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ770319.pubmethod(en-us,AX.60).gif checkNextPrintSetting Determines whether there is another instance of the PrintMgmtPrintSettingDetail class, but does not move the current enumerator. (Inherited from FormLetterReport.)
JJ770319.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ770319.pubmethod(en-us,AX.60).gif execute Creates a Microsoft SQL Server Reporting Services report by using the current print management settings. (Inherited from FormLetterReport.)
JJ770319.pubmethod(en-us,AX.60).gif existsSSRS Indicates whether SSRS exists. (Inherited from FormLetterReport.)
JJ770319.pubmethod(en-us,AX.60).gif getCurrentPrintSetting Gets the current instance of the PrintMgmtPrintSettingDetail class. (Inherited from FormLetterReport.)
JJ770319.protmethod(en-us,AX.60).gif getDefaultPrintJobSettings Returns the default printer settings for the specified PrintSetupOriginalCopy enumeration value. (Overrides the getDefaultPrintJobSettings Method.)
JJ770319.pubmethod(en-us,AX.60).gif getPrintMgmtDocumentType Returns the PrintMgmtDocumentType enumeration value that specifies what document the FormLetterReport class controls. (Overrides the getPrintMgmtDocumentType Method.)
JJ770319.protmethod(en-us,AX.60).gif getPrintMgmtHierarchyType Returns the PrintMgmtHierarchyType enumeration value that specifies what hierarchy the FormLetterReport class uses. (Overrides the getPrintMgmtHierarchyType Method.)
JJ770319.protmethod(en-us,AX.60).gif getPrintMgmtNodeType Returns the PrintMgmtNodeType enumeration value that specifies what node the FormLetterReport class uses. (Overrides the getPrintMgmtNodeType Method.)
JJ770319.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ770319.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ770319.pubmethod(en-us,AX.60).gif isFooterPresentForCurrentPrintSetting Determines whether the current instance of the PrintMgmtPrintSettingDetail class has footer text that should be printed. (Inherited from FormLetterReport.)
JJ770319.pubmethod(en-us,AX.60).gif loadPrintSettings Loads instances of the PrintMgmtPrintSettingDetail class that are used for printing the report. (Inherited from FormLetterReport.)
JJ770319.pubmethod(en-us,AX.60).gif moveNextPrintSetting Moves to the next instance of the PrintMgmtPrintSettingDetail class. (Inherited from FormLetterReport.)
JJ770319.pubmethod(en-us,AX.60).gif new Creates an instance of the appropriate FormLetterReport class. (Inherited from FormLetterReport.)
JJ770319.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ770319.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ770319.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ770319.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ770319.pubmethod(en-us,AX.60).gif parmDefaultCopyPrintJobSettings Gets or sets the value of the DefaultCopyPrintJobSettings property. (Inherited from FormLetterReport.)
JJ770319.pubmethod(en-us,AX.60).gif parmDefaultOriginalPrintJobSettings Gets or sets the value of the DefaultOriginalPrintJobSettings property. (Inherited from FormLetterReport.)
JJ770319.pubmethod(en-us,AX.60).gif parmPrintType Gets or sets the value of PrintType property. (Inherited from FormLetterReport.)
JJ770319.pubmethod(en-us,AX.60).gif parmReportRun Gets the ReportRun parameter. (Inherited from FormLetterReport.)
JJ770319.pubmethod(en-us,AX.60).gif parmReportRunController Gets or sets the ReportRunController parameter. (Inherited from FormLetterReport.)
JJ770319.pubmethod(en-us,AX.60).gif parmSSRS Gets or sets the SSRS parameter. (Inherited from FormLetterReport.)
JJ770319.pubmethod(en-us,AX.60).gif parmUsePrintMgmtDestinations Gets or sets the value of UsePrintMgmtDestinations property. (Inherited from FormLetterReport.)
JJ770319.pubmethod(en-us,AX.60).gif parmUseUserDefinedDestinations Gets or sets the value of the UseUserDefinedDestinations field. (Inherited from FormLetterReport.)
JJ770319.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ770319.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ770319.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ770319.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ770319.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  FormLetterReport Class
    InventFormLetterReport_TransfOrderFDoc Class