02 2011 档案
摘要:Issue:an error occurred during local report processing.the definition of the report'Main Report'is invalid.The report definition is not valid.Details:Data at the root level is invalid.Line 1,position 1.Answer:1.please check these items,while publish the website:Allow this precompiled site to
阅读全文
摘要:本文没有包含什么新东东,只是将平时RDLC开发的一些技巧汇总,仅供开发RDLC报表时参考。 1.PageHeader区域不能放Table、List控件,如果需要显示动态信息,那么可以通过引用Body中的控件值来显示,但是注意,Body控件只能在某一页显示,翻到其他页码时,控件值会为空。 2.引用外部
阅读全文
摘要:RDLC报表中的Table控件功能非常强大,可就是难以让其中的Textbox实现按需换行。查遍网上资料,均无果,踌躇之际,忽然灵光一现。将文本框内容加上System.Environment.NewLine一句,问题立即解决。并且该方法对单独的Textbox控件也同样有效。效果如下:
阅读全文
摘要:Hello! I am Sameer Chabungbam, one of the Program Managers on the JScript Team.The recently released Beta 2 of Internet Explorer 8 contains a lot of improvements which are aimed at making developing web applications on Internet Explorer 8 easier and more productive. One of these improvements is the
阅读全文