public class ReportScript
{
decimal qty;
private void Page1_StartPage(object sender, EventArgs e)
{
if(!Engine.FinalPass)
{
qty=0;
}
if(!Engine.FinalPass)
{
qty+=Convert.ToDecimal( Report.GetColumnValue("单据明细.fQty"));
}
}
{
decimal qty;
private void Page1_StartPage(object sender, EventArgs e)
{
if(!Engine.FinalPass)
{
qty=0;
}
}
private void Data2_BeforePrint(object sender, EventArgs e)
if(!Engine.FinalPass)
{
qty+=Convert.ToDecimal( Report.GetColumnValue("单据明细.fQty"));
}
}
}