ad0eca5b05
Inclusione di tale report nel codice di stampa diretta compilazione deploy ed installer nuovi aggiunte chiavi in web.config git-svn-id: https://keyhammer.ath.cx/svn/XPS/trunk@101 43c8e981-f90d-406c-a89a-24a2c4268d51
19 lines
465 B
C#
19 lines
465 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Web;
|
|
using System.Web.UI;
|
|
using System.Web.UI.WebControls;
|
|
|
|
public partial class test : System.Web.UI.Page
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
protected void btnPrint_Click(object sender, EventArgs e)
|
|
{
|
|
// istanzio obj stampa...
|
|
reportPrinter.obj.printReport(reportRichiesto.Barcode, txtPrinter.Text, txtULP.Text);
|
|
}
|
|
}
|