TextReader stringReader = new StringReader("DuiXiangMianJi.rdlc");
this.rvDuiXian.LocalReport.LoadReportDefinition(stringReader);
Warning[] warnings;
string[] streamids;
string mimeType;
string encoding;
string extension;
this.rvDuiXian.LocalReport.Render("Excel", null, out mimeType, out encoding, out extension, out streamids, out warnings);
this.rvDuiXian.RefreshReport();