PayrollW2ReportDP Class [AX 2012]

The PayrollW2ReportDP class is the report data provider class for the PayrollW2ReportMicrosoft SQL Server Reporting Services (SSRS) report.

class PayrollW2ReportDP extends SRSReportDataProviderBase

Run On

Server

  MethodDescription
JJ743401.privmethod(en-us,AX.60).gif addLocalLine Adds the given information to the list of local lines.If the local line is a political sub-division (PSD) line, the list is searched to see if any existing local lines share the same first two digits.If none exist, or if the line is not a PSD line, the local line is added to the list normally.
JJ743401.pubmethod(en-us,AX.60).gif box13Indicator Verifies whether the worker and TaxCodeParameter name are valid for the given date.
JJ743401.privmethod(en-us,AX.60).gif calcBox12AndBox14Values
JJ743401.privmethod(en-us,AX.60).gif calcStateWages
JJ743401.privmethod(en-us,AX.60).gif calcTax
JJ743401.privmethod(en-us,AX.60).gif calcWages
JJ743401.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ743401.privmethod(en-us,AX.60).gif clearForAdditionalW2Page
JJ743401.privmethod(en-us,AX.60).gif constructEmployeeNameAndAddress
JJ743401.privmethod(en-us,AX.60).gif constructEmployerNameAndAddress
JJ743401.privmethod(en-us,AX.60).gif countStateLinesForWorker
JJ743401.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ743401.privmethod(en-us,AX.60).gif getLocalityName
JJ743401.pubmethod(en-us,AX.60).gif getPayrollW2ReportTmp Fetches the data from the PayrollW2ReportTmp temporary table.
JJ743401.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ743401.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ743401.privmethod(en-us,AX.60).gif init
JJ743401.privmethod(en-us,AX.60).gif insertBox12Values
JJ743401.privmethod(en-us,AX.60).gif insertBox14Values
JJ743401.privmethod(en-us,AX.60).gif insertOverflowableLines
JJ743401.privmethod(en-us,AX.60).gif insertTmpTable
JJ743401.pubmethod(en-us,AX.60).gif new Initializes a new instance of the SRSReportDataProviderBase class. (Inherited from SRSReportDataProviderBase.)
JJ743401.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.)
JJ743401.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.)
JJ743401.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ743401.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ743401.pubmethod(en-us,AX.60).gif parmDataContract Gets or sets the data contract for the RDP class. (Inherited from SRSReportDataProviderBase.)
JJ743401.pubmethod(en-us,AX.60).gif parmMetadata Gets or sets the Metadata parameter. (Inherited from SRSReportDataProviderBase.)
JJ743401.pubmethod(en-us,AX.60).gif parmQuery Gets or sets a Query object. (Inherited from SRSReportDataProviderBase.)
JJ743401.pubmethod(en-us,AX.60).gif processReport Processes the business logic for the report. (Overrides the processReport Method.)
JJ743401.pubmethod(en-us,AX.60).gif setParametersMap Sets the parameter values. (Inherited from SRSReportDataProviderBase.)
JJ743401.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ743401.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ743401.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.)
JJ743401.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ743401.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ743401.pubmethod(en-us,AX.60).gif JJ743401.static(en-us,AX.60).gif ::getCompanyNameByTimeState Finds the company name as of the supplied utcDateTime value.
Top

Community Additions

ADD
Show: