public override void OnQueryProgressValue(QueryProgressValueEventArgs e) { e.Caption="正在计算物料0001成本"; e.Value=70; //计算进度70%,当大于100时 停止进度查询 }