2012年12月20日
摘要: public partial class ReportSearch : Base.BaseReportSearchControl { public string XmlKey { get; set; } public ReportSearch(LocalReport localReport) : base(localReport) { InitializeComponent(); } #region private Variable Field field =... 阅读全文
posted @ 2012-12-20 22:59 Tim_wu 阅读(480) 评论(0) 推荐(0)
摘要: public class RdlcHelper { /// <summary> /// 对应XML 的文件地址,每个RdlcHelper实体操作 只对应一个文件,不管是本地的还是服务器上的 /// </summary> public string RdlcFile { get; private set; } public RdlcHelper() { } #region 从rdlc文件里面读取字段和字段类型 /// <summary> /// ... 阅读全文
posted @ 2012-12-20 22:56 Tim_wu 阅读(404) 评论(0) 推荐(0)