- Get link
- X
- Other Apps
using DevExpress.XtraEditors; using DevExpress.XtraEditors.Controls; using iTextSharp.text.pdf; using Microsoft.VisualBasic.CompilerServices; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.IO; using System.Runtime.CompilerServices; using System.Windows.Forms; using iTextSharp.text.pdf.parser; //using ExportDataToExcel_DGSL; using System.Data; using ExportToExcel; using System.Data.Linq; using System.Linq; using ClosedXML.Excel; namespace PDFReport { [DesignerGenerated] public class frmPDFPageReport : XtraForm { private IContainer components; [AccessedThroughProperty("btnSelectPath")] private ButtonEdit _btnSelectPath; [AccessedThroughProperty("LabelControl1")] private LabelControl _LabelControl1; [AccessedThroughProperty("btnGenerateReport")] private SimpleButton _btnGenerateReport; [AccessedThroughProperty(...