SrsReportRdlDataContract Class [AX 2012]

The SrsReportRdlDataContract class represents the parameters in an RDL that are not RDP contract based.

Syntax

class SrsReportRdlDataContract implements SysPackable, SysOperationValidatable

Run On

Called

Methods

  Method Description
Gg939600.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg939600.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg939600.pubmethod(en-us,AX.60).gif getParameter Gets the SrsReportParameter instance for the given parameter name.
Gg939600.pubmethod(en-us,AX.60).gif getParametersMap Gets a map of parameters.
Gg939600.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg939600.pubmethod(en-us,AX.60).gif getValue Gets the value of the parameter.
Gg939600.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg939600.privmethod(en-us,AX.60).gif new
Gg939600.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.)
Gg939600.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.)
Gg939600.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg939600.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg939600.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the SrsReportRdlDataContract class.
Gg939600.pubmethod(en-us,AX.60).gif parameterExists Checks whether a parameter name exists in the contract.
Gg939600.pubmethod(en-us,AX.60).gif parmCompanyId Gets or sets the CompanyId parameter.
Gg939600.pubmethod(en-us,AX.60).gif parmDateEffectivePairs Gets a list of containers for the date effective pairs.
Gg939600.pubmethod(en-us,AX.60).gif parmLanguageId Gets or sets the LanguageId parameter that specifies the language that the report is rendered in.
Gg939600.pubmethod(en-us,AX.60).gif parmPartitionKey Gets or sets the PartitionKey parameter.
Gg939600.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg939600.pubmethod(en-us,AX.60).gif setValue Sets the value of the parameter.
Gg939600.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg939600.pubmethod(en-us,AX.60).gif unpack Deserializes the packedClass parameter value to an instance of the SrsReportRdlDataContract class.
Gg939600.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.)
Gg939600.pubmethod(en-us,AX.60).gif validate Validates the contract member values.
Gg939600.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg939600.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg939600.pubmethod(en-us,AX.60).gif Gg939600.static(en-us,AX.60).gif ::create Creates a new instance of SrsReportRdlDataContract from a packed container.
Gg939600.pubmethod(en-us,AX.60).gif Gg939600.static(en-us,AX.60).gif ::newContract Creates a new instance of the contract for the given contract name and map.

Top

Remarks

The parameters that are on a report and are not generated from a RDP contract will be part of this class.

You can use this class to access various framework parameters and set the values on them.

Developers should derive from this class in the following conditions.

  1. You must add initialization logic to parameters.

  2. You must have a custom UI builder that you want to associate with this RDL contract.

This is a framework class. Customizing this class may cause problems with future upgrades to the software.

Inheritance Hierarchy

Object Class
  SrsReportRdlDataContract Class
    AssetBasisRdlContract Class
    BankLCMiscChargeRdlContract_SA Class
    BankPaymentOrderJourReportRdlContract_RU Class
    BankReconciliationSummaryRdlContract Class
    BankStmtImportContract Class
    COSTransPreviewContract Class
    CustCashRcptJrnlTotalsTrxCntRdlContract Class
    CustCODContract Class
    CustCollLetterOverviewRdlContract Class
    CustReimbursementContract Class
    CustVendPaymProposalContract Class
    EePermissionChangesRdlContract Class
    Hcmi9DocumentExpireListRdlContract Class
    Hcmi9DocumentTypeExpListRdlContract Class
    HcmIncidentCostRdlContract Class
    HcmIncidentSummaryRdlContract Class
    HcmIncidentTreatmentRdlContract Class
    HcmOSHA300LogPrepRdlContract Class
    HcmOSHA301PrepRdlContract Class
    HcmWorkersHiredInPeriodRdlContract Class
    IntrastatFormLetterContract_AT Class
    IntrastatFormLetterContract_DE Class
    IntrastatFormLetterContract_ES Class
    IntrastatFormLetterContract_UK Class
    IntrastatListRdlContract_NL Class
    IntrastatListRdlContractFI Class
    InventCheckSettlementContract Class
    LedgerCheckTransContract Class
    LedgerTransDateVoucherRdlContract_FR Class
    LvStatementOfForeignPaymentRdlContract Class
    MCROrderHoldRdlContract Class
    PlFiscalDoc2InvoiceRdlContract Class
    PlFiscalDocReportRdlContract Class
    ProdResourcesInProgressRdlContract Class
    ProjInvoiceJournalRdlContract Class
    ProjListEstimateHourRateRDLContract Class
    ProjListLedgerUpdatesRdlContract Class
    RCashTransListContract Class
    SalesTaxByCustomerContract Class
    TaxDeviationContract Class
    TaxTransCodeRdlContract Class
    TaxTransRdlContract Class
    TaxWithholdMonthlyRptRdlContract_SA Class
    TaxWithholdReportRdlContract_TH Class
    TaxWithholdYearlyRptRdlContract_SA Class
    TrvAllowanceContract Class
    TrvExpenseContract Class
    VendInvoiceJournalTotalTrxCntRdlContract Class
    VendVendorPymtJrnlTotalTrxCntRdlContract Class