Share via


InventDimCtrl_Frm_PurchReq::newFromASPWebForm Method [AX 2012]

Creates and returns an instance of inventDimCtrl_Frm based on an ASP.NET control.

Syntax

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

Run On

Client

Parameters

  • _dataSetRun
    Type: DataSetRun Class
    TheDataSetRun instance that provides data to controls.

Return Value

Type: InventDimCtrl_Frm_PurchReq Class
An instance of this class that can be used in an ASP.NET user control.

See Also

Reference

InventDimCtrl_Frm_PurchReq Class