Share via


InventDimCtrl_Frm_OnHand::newFromASPWebForm Method [AX 2012]

Creates and initializes an instance of this class that can be used in ASP.NET user controls.

Syntax

client public static InventDimCtrl_Frm_OnHand newFromASPWebForm(
    WebControlId _rootControlUniqueId, 
    WebControlId _dataSourceControlId, 
    DataSetRun _dataSetRun)

Run On

Client

Parameters

  • _rootControlUniqueId
    Type: WebControlId Extended Data Type
    The value of the ASP.NET UniqueID property of the root control that contains all IventDim related controls. It can be the root user control itself.
  • _dataSourceControlId
    Type: WebControlId Extended Data Type
    The identifier of the ASP.NET DataSourceControl control. Only those controls, which are bound to this data source control, will be processed.
  • _dataSetRun
    Type: DataSetRun Class
    DataSetRun instance that provides data to controls.

Return Value

Type: InventDimCtrl_Frm_OnHand Class
An instance of this class to use in an ASP.NET user control.

See Also

Reference

InventDimCtrl_Frm_OnHand Class