ProjFormLetterReport Class [AX 2012]

The ProjFormLetterReport class controls the printing of project-related documents.

class ProjFormLetterReport extends FormLetterReport

Run On

Called

  MethodDescription
JJ825729.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ825729.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.)
JJ825729.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ825729.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.)
JJ825729.pubmethod(en-us,AX.60).gif existsSSRS Indicates whether SSRS exists. (Inherited from FormLetterReport.)
JJ825729.pubmethod(en-us,AX.60).gif getCurrentPrintSetting Gets the current instance of the PrintMgmtPrintSettingDetail class. (Inherited from FormLetterReport.)
JJ825729.protmethod(en-us,AX.60).gif getDefaultPrintJobSettings Gets the default printer settings for the specified PrintSetupOriginalCopy enumeration value. (Overrides the getDefaultPrintJobSettings Method.)
JJ825729.pubmethod(en-us,AX.60).gif getPrintMgmtDocumentType Gets the PrintMgmtDocumentType enumeration value that specifies what document this FormLetterReport class controls. (Inherited from FormLetterReport.)
JJ825729.protmethod(en-us,AX.60).gif getPrintMgmtHierarchyType Gets the PrintMgmtHierarchyType enumeration value that specifies the hierarchy this FormLetterReport class uses. (Overrides the getPrintMgmtHierarchyType Method.)
JJ825729.protmethod(en-us,AX.60).gif getPrintMgmtNodeType Gets the PrintMgmtNodeType enumeration value that specifies what node this FormLetterReport class uses. (Inherited from FormLetterReport.)
JJ825729.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ825729.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ825729.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.)
JJ825729.pubmethod(en-us,AX.60).gif loadPrintSettings Loads instances of the PrintMgmtPrintSettingDetail class that are used for printing the report. (Inherited from FormLetterReport.)
JJ825729.pubmethod(en-us,AX.60).gif moveNextPrintSetting Moves to the next instance of the PrintMgmtPrintSettingDetail class. (Inherited from FormLetterReport.)
JJ825729.pubmethod(en-us,AX.60).gif new Creates an instance of the appropriate FormLetterReport class. (Inherited from FormLetterReport.)
JJ825729.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.)
JJ825729.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.)
JJ825729.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ825729.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ825729.pubmethod(en-us,AX.60).gif parmDefaultCopyPrintJobSettings Gets or sets the value of the DefaultCopyPrintJobSettings property. (Inherited from FormLetterReport.)
JJ825729.pubmethod(en-us,AX.60).gif parmDefaultOriginalPrintJobSettings Gets or sets the value of the DefaultOriginalPrintJobSettings property. (Inherited from FormLetterReport.)
JJ825729.pubmethod(en-us,AX.60).gif parmPrintType Gets or sets the value of PrintType property. (Inherited from FormLetterReport.)
JJ825729.pubmethod(en-us,AX.60).gif parmReportRun Gets the ReportRun parameter. (Inherited from FormLetterReport.)
JJ825729.pubmethod(en-us,AX.60).gif parmReportRunController Gets or sets the ReportRunController parameter. (Inherited from FormLetterReport.)
JJ825729.pubmethod(en-us,AX.60).gif parmSSRS Gets or sets the SSRS parameter. (Inherited from FormLetterReport.)
JJ825729.pubmethod(en-us,AX.60).gif parmUsePrintMgmtDestinations Gets or sets the value of UsePrintMgmtDestinations property. (Inherited from FormLetterReport.)
JJ825729.pubmethod(en-us,AX.60).gif parmUseUserDefinedDestinations Gets or sets the value of the UseUserDefinedDestinations field. (Inherited from FormLetterReport.)
JJ825729.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ825729.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ825729.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.)
JJ825729.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ825729.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

You should derive from this class if you must support new documents that need print destination control.

Community Additions

ADD
Show: