Code: Select all
sqlAdap.SelectCommand.CommandText = "sqlquery"
sqlAdap.Fill(dt);
sti.Load(HttpContext.Current.Server.MapPath("Mrt\\Firma2_2.mrt"));
sti.RegData(dt);
for example in mrt file "SELECT * FROM TABLE"
and i have changed the query that: "SELECT * FROM TABLE WHERE DATE BETWEEN 2005 AND 2008" above sqlAdap.SelectCommand.CommandText = "sqlquery"
report doesnt shows sti.RegData(dt). report shows the select query in mrt file
can't i change the query in mrt file
i dont know english very well
i hope you understand me