Page 1 of 1

Metatags lost

Posted: Wed Sep 15, 2010 10:40 am
by jpverdu
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

Metatags lost

Posted: Thu Sep 16, 2010 5:07 am
by Vladimir
Hello,

The error is fixes, update will be available in the next prerelease build.

Thank you.

Metatags lost

Posted: Fri Sep 17, 2010 6:46 am
by jpverdu
Can you give me the date for this build, approximatively ? Thanks

Metatags lost

Posted: Fri Sep 17, 2010 7:32 am
by Andrew
Hello,

It will be included not into the prerelease build but into the official release that will be available in the end of September.

Thank you.

Metatags lost

Posted: Mon Sep 20, 2010 10:03 am
by jpverdu
Thanks for your response, we may survive until this

Metatags lost

Posted: Mon Sep 20, 2010 1:55 pm
by Andrew
Thank you! :biggrin: