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
Metatags lost
Hello,
The error is fixes, update will be available in the next prerelease build.
Thank you.
The error is fixes, update will be available in the next prerelease build.
Thank you.
Metatags lost
Can you give me the date for this build, approximatively ? Thanks
Metatags lost
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.
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
Thanks for your response, we may survive until this
Metatags lost
Thank you! :biggrin: