FastReport是功能非常强大的报表工具,在本篇文章中讲解如何使用FastReport实现打印功能. 一.新建一个窗体程序,窗体上面有设计界面和预览界面两个按钮,分别对应FastReport的设计和预览功能,其实现代码如下: using FastReport; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.Sql
public class User { string username; string password; public User(string username, string password) { Username = username; Password = password; } public string Username { get => username; set => username = value; } public string Password { get =>
有不少开发人员在使用fastreport报表时遇到过这样的问题,报表设计器工作时,一些工具栏或者工具窗口被损坏了.此时,你应该删除配置文件,该文件是在你启动fastreport时创建的.它位于以下文件夹中: Windows XP: C:\Documents and Settings\user_name\Local Settings\ApplicationData\FastReport\FastReport.config Windows Vista: C:\Users\user_name\AppD