Report Script: Create a Packing List in report script: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
Line 40:
#Click Preview tab to see the result
<syntaxhighlight lang="csharp">
//Main Entry
private void calcPacking_GetValue(object sender, DevExpress.XtraReports.UI.GetValueEventArgs e)
{
Line 88 ⟶ 89:
</syntaxhighlight>
<syntaxhighlight lang="csharp">
//Get the table of available UOM of one Item
private DataTable GetUOMFromItem(object oItemCode)
{