Получить это значение textedit и пройти через конструктор.
string oper = "A";
XtraReport_1 report = new XtraReport_1(oper, Convert.ToInt32(TextEdit1.Text));
ReportPrintTool tool = new ReportPrintTool(report);
tool.ShowPreview();
Напишите этот код в случае, если отчет о пожарах.
В XtraReport_1
получите этот конструктор и используйте его.
public InvoiceReport_1(string oper, int p)
{
// TODO: Complete member initialization
InitializeComponent();
InvisibleText.Text = p.ToString();
InvisibleText.Visible = false;
getOper = oper;
}
теперь вы получаете значение для TextEdit calld "InvisibleText".