public XtraReport GetForm(Guid id)
 {
     Budget2.Server.Demand.PrintForm pf = new Budget2.Server.Demand.PrintForm();
     pf.SetDemand(id);
     return pf;
 }
예제 #2
0
 public XtraReport GetForm(Guid id)
 {
     Budget2.Server.Demand.PrintForm pf = new Budget2.Server.Demand.PrintForm();
     pf.SetDemand(id);
     return(pf);
 }