有不少开发人员在使用fastreport报表时遇到过这样的问题,报表设计器工作时,一些工具栏或者工具窗口被损坏了.此时,你应该删除配置文件,该文件是在你启动fastreport时创建的.它位于以下文件夹中: Windows XP: C:\Documents and Settings\user_name\Local Settings\ApplicationData\FastReport\FastReport.config Windows Vista: C:\Users\user_name\AppD…
Report report = new Report();// register the "Products" tablereport.RegisterData(dataSet1.Tables["Products"], "Products");// enable it to use in a reportreport.GetDataSource("Products").Enabled = true;// create A4 p…