Metatags lost

Stimulsoft Reports.NET discussion
Post Reply
jpverdu
Posts: 32
Joined: Thu Mar 18, 2010 3:12 pm

Metatags lost

Post 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
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Metatags lost

Post by Vladimir »

Hello,

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

Thank you.
jpverdu
Posts: 32
Joined: Thu Mar 18, 2010 3:12 pm

Metatags lost

Post by jpverdu »

Can you give me the date for this build, approximatively ? Thanks
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Metatags lost

Post 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.
jpverdu
Posts: 32
Joined: Thu Mar 18, 2010 3:12 pm

Metatags lost

Post by jpverdu »

Thanks for your response, we may survive until this
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Metatags lost

Post by Andrew »

Thank you! :biggrin:
Post Reply