Metatags lost
Posted: Wed Sep 15, 2010 10:40 am
Hi,
In a aspx page load, I create a new report and than add a metatag to it.
protected void Page_Load(object sender, EventArgs e)
{
StiReport report = new StiReport();
report.MetaTags.Add("TEST", "value for test");
StiWebDesigner1.Report = report;
StiWebDesigner1.Design();
}
But when I "save as" my report from the designer, my tag is lost, I can't retrieve it in the mrt file.
What is the problem ?
Thanks by advance
JP Verdu
In a aspx page load, I create a new report and than add a metatag to it.
protected void Page_Load(object sender, EventArgs e)
{
StiReport report = new StiReport();
report.MetaTags.Add("TEST", "value for test");
StiWebDesigner1.Report = report;
StiWebDesigner1.Design();
}
But when I "save as" my report from the designer, my tag is lost, I can't retrieve it in the mrt file.
What is the problem ?
Thanks by advance
JP Verdu