0
点赞
收藏
分享

微信扫一扫

Why Namespace xmlns="" always in Child element RDLC/RDL

http://www.stylusstudio.com/xsllist/200108/post40210.html

http://social.msdn.microsoft.com/Forums/en-US/xmlandnetfx/thread/1f4e9c8f-02ff-40c6-9ca7-573779b6bbed

http://msdn.microsoft.com/en-us/library/ms757047(VS.85).aspx

http://www.eggheadcafe.com/software/aspnet/29965929/how-can-i-prevent-appendc.aspx

http://objectmix.com/xml-soap/87320-how-can-i-prevent-appendchild-adding-xmlns-attribute.html

 

使用  xmlTextbox_11.SetAttribute("xmlns", "name space")  ' name space  与XML 文档的一致

Dim xmlTextbox_12 As XmlElement = sourceDoc.CreateElement("Textbox")
xmlTextbox_12.SetAttribute("Name", "textbox_xxxValue") 

xmlTextbox_12.SetAttribute("xmlns", "http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition")



举报

相关推荐

0 条评论