InventDimViewRdlContractWrapper Class [AX 2012]

The class InventDimViewRdlContractWrapper is a wrapper for the Microsoft SQL Server Reporting Services report RDL contract.

Syntax

class InventDimViewRdlContractWrapper

Run On

Called

Methods

  Method Description
Gg780611.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg780611.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg780611.pubmethod(en-us,AX.60).gif getInventDimParmValue Retrieves an InventDimParm table buffer that represents the values of inventory dimension view parameters.
Gg780611.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg780611.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg780611.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventDimViewRdlContractWrapper class.
Gg780611.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.)
Gg780611.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.)
Gg780611.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg780611.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg780611.protmethod(en-us,AX.60).gif parmRdlDataContract Gets or sets the RdlDataContract parameter.
Gg780611.pubmethod(en-us,AX.60).gif parmViewConfigId Gets or sets the ViewConfigId parameter.
Gg780611.pubmethod(en-us,AX.60).gif parmViewInventBatchId Gets or sets the ViewInventBatchId parameter.
Gg780611.pubmethod(en-us,AX.60).gif parmViewInventColorId Gets or sets the ViewInventColorId parameter.
Gg780611.pubmethod(en-us,AX.60).gif parmViewInventLocationId Gets or sets the ViewInventLocationId parameter.
Gg780611.pubmethod(en-us,AX.60).gif parmViewInventSerialId Gets or sets the ViewInventSerialId parameter.
Gg780611.pubmethod(en-us,AX.60).gif parmViewInventSiteId Gets or sets the ViewInventSiteId parameter.
Gg780611.pubmethod(en-us,AX.60).gif parmViewInventSizeId Gets or sets the ViewInventSizeId parameter.
Gg780611.pubmethod(en-us,AX.60).gif parmViewInventStyleId Gets or sets the ViewInventStyleId parameter.
Gg780611.pubmethod(en-us,AX.60).gif parmViewWMSLocationId Gets or sets the ViewWMSLocationId parameter.
Gg780611.pubmethod(en-us,AX.60).gif parmViewWMSPalletId Gets or sets the ViewWMSPalletId parameter.
Gg780611.pubmethod(en-us,AX.60).gif setInventDimParmValue Sets the values of inventory dimension view parameters according to the values from an InventDimParm record.
Gg780611.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg780611.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg780611.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.)
Gg780611.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg780611.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg780611.pubmethod(en-us,AX.60).gif Gg780611.static(en-us,AX.60).gif ::addInventDimParameters Adds the inventory dimension view parameters to a SrsReportRdlDataContract object.
Gg780611.pubmethod(en-us,AX.60).gif Gg780611.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventDimViewRdlContractWrapper class.
Gg780611.pubmethod(en-us,AX.60).gif Gg780611.static(en-us,AX.60).gif ::newFromRdlDataContract Creates a new instance of the specified SrsReportRdlDataContract object.

Top

Remarks

The class is used to work with inventory dimension view parameters defined on the Reporting Services report.

Inheritance Hierarchy

Object Class
  InventDimViewRdlContractWrapper Class