Exemplo n.º 1
0
    protected void lnkExportToPdf_Click(object sender, EventArgs e)
    {
        PDFDeviceInfo deviceInfo = new PDFDeviceInfo("14in", "8.5in", "0.5in", "0.5in", "1in", "1in");

        ReportHelper.ExportToPDF(this, rvBidTenderComparisons, "Bid Tender Comparison Report.pdf", deviceInfo);
    }
Exemplo n.º 2
0
    protected void lnkExportToPdf_Click(object sender, EventArgs e)
    {
        PDFDeviceInfo deviceInfo = new PDFDeviceInfo("11in", "8.5in", "0.5in", "0.5in", "0.25in", "0.25in");

        ReportHelper.ExportToPDF(this, rvVendorList, "Vendor List Report.pdf", deviceInfo);
    }
Exemplo n.º 3
0
    protected void lnkExportToPdf_Click(object sender, EventArgs e)
    {
        PDFDeviceInfo deviceInfo = new PDFDeviceInfo("13in", "8.5in", "0.5in", "0.5in", "1in", "1in");

        ReportHelper.ExportToPDF(this, rvAwardedItems, "Awarded Items By Item Report.pdf", deviceInfo);
    }
Exemplo n.º 4
0
    protected void lnkExportToPdf_Click(object sender, EventArgs e)
    {
        PDFDeviceInfo deviceInfo = new PDFDeviceInfo("11in", "8.5in", "0.5in", "0.5in", "0.25in", "0.25in");

        ReportHelper.ExportToPDF(this, rvBidEvent, "Auction Event Items.pdf", deviceInfo);
    }
Exemplo n.º 5
0
    protected void lnkExportToPdf_Click(object sender, EventArgs e)
    {
        PDFDeviceInfo deviceInfo = new PDFDeviceInfo("13in", "8.5in", "0.5in", "0.5in", "1in", "1in");

        ReportHelper.ExportToPDF(this, rvAuctionDetails, "Auction Details Report.pdf", deviceInfo);
    }
Exemplo n.º 6
0
    protected void lnkExportToPdf_Click(object sender, EventArgs e)
    {
        PDFDeviceInfo deviceInfo = new PDFDeviceInfo("13in", "8.5in", "0.5in", "0.5in", "1in", "1in");

        ReportHelper.ExportToPDF(this, rvBidEventTendersComparisons, "Bid Event Tenders Comparison Report" + Session["BidRefNo"].ToString() + ".pdf", deviceInfo);
    }