public static Stimulsoft.Report.StiReport GetSti(Stimulsoft.Report.StiReport sti, EnPrintType peper) { try { ReportPath.CreatePath(ReportPath.ReportPath_); ReportPath.CreatePath(ReportPath.ReportPath_ + @"\" + FolderName); return(Taraz_One_A5(sti)); } catch (Exception ex) { WebErrorLog.ErrorInstence.StartErrorLog(ex); } return(sti); }
public static Stimulsoft.Report.StiReport GetSti(Stimulsoft.Report.StiReport sti, EnPrintType peper) { try { ReportPath.CreatePath(ReportPath.ReportPath_); ReportPath.CreatePath(ReportPath.ReportPath_ + @"\" + FolderName); switch (peper) { case EnPrintType.Pdf_A4: return(Order_List_A4(sti)); } } catch (Exception ex) { WebErrorLog.ErrorInstence.StartErrorLog(ex); } return(sti); }