MetaTags once again
MetaTags once again
Ok. I can save MetaTags into my reports. That is no problem. But how on earth I can change value for saved MetaTag or even delete MetaTag that already saved in report.
I found that if I try to save same MetaTag I have two MetaTags with same description in report file.
Example:
Owner,Djordje_x0020_Radovanovic
Owner,Djordje_x0020_Radovanovic_x0020_Bugica
Any clue?
Best regards,
Djordje
I found that if I try to save same MetaTag I have two MetaTags with same description in report file.
Example:
Owner,Djordje_x0020_Radovanovic
Owner,Djordje_x0020_Radovanovic_x0020_Bugica
Any clue?
Best regards,
Djordje
MetaTags once again
Hello.
Thank you.
Please, try to use next code:dikan wrote:Ok. I can save MetaTags into my reports. That is no problem. But how on earth I can change value for saved MetaTag or even delete MetaTag that already saved in report.
I found that if I try to save same MetaTag I have two MetaTags with same description in report file.
Code: Select all
rep.MetaTags.Add(new StiMetaTag("Name1", "Value1")); //add MetaTag
rep.MetaTags["Name1"] = new StiMetaTag("Name1", "Value2"); //change MetaTag
rep.MetaTags.Remove(rep.MetaTags["Name1"]); //remove MetaTag
MetaTags once again
Thanks. Unfortunately I did not find that in documentation.
Best regards,
Djordje Radovanovic
Best regards,
Djordje Radovanovic
MetaTags once again
Hello.
As I understand now all works right?
Thank you.
We update our documentation constantly. Sorry, that this information wasn't in our documentation.dikan wrote:Thanks. Unfortunately I did not find that in documentation.
As I understand now all works right?
Thank you.
MetaTags once again
Sure it works.
Your support is excellent.
Best regards,
Djordje
Your support is excellent.
Best regards,
Djordje
MetaTags once again
Hello,
We are happy to help you.
Thank you.
We are happy to help you.
Thank you.