代码乱了(靳如坦的技术blog)

专注于.net,c#,Ajax、Sql Server、SmartClient等相关的开发
posts - 152, comments - 775, trackbacks - 13, articles - 2
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

公告

03 2011 档案

摘要: Introduction:Often working with content in the form of html, I have needed to manipulate the content intelligently. I accomplished this by using regular expressions to "parse" the html to find certain tags. This enabled me to look for certain tags with certain attributes, etc.This works we阅读全文

posted @ 2011-03-29 15:32 代码乱了 阅读(117) | 评论 (0) 编辑 |

摘要: If you have a ReportViewer class generated from the XSD report definition file using:xsd.exe /c /namespace:Rdl ReportDefinition.xsdYou can serialize and deserialize the class to/from RDLC XML:xmldoc contains the XML RDLC code and is an XmlDocument.Deserialization, from XML to ClassRdl.Report report 阅读全文

posted @ 2011-03-23 23:30 代码乱了 阅读(87) | 评论 (0) 编辑 |