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 | |
---|---|---|
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
getParameter | Gets the SrsReportParameter instance for the given parameter name. | |
getParametersMap | Gets a map of parameters. | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
getValue | Gets the value of the parameter. | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
new | ||
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.) | |
pack | Serializes the current instance of the SrsReportRdlDataContract class. | |
parameterExists | Checks whether a parameter name exists in the contract. | |
parmCompanyId | Gets or sets the CompanyId parameter. | |
parmDateEffectivePairs | Gets a list of containers for the date effective pairs. | |
parmLanguageId | Gets or sets the LanguageId parameter that specifies the language that the report is rendered in. | |
parmPartitionKey | Gets or sets the PartitionKey parameter. | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
setValue | Sets the value of the parameter. | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
unpack | Deserializes the packedClass parameter value to an instance of the SrsReportRdlDataContract class. | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
validate | Validates the contract member values. | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
::create | Creates a new instance of SrsReportRdlDataContract from a packed container. | |
::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.
You must add initialization logic to parameters.
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