FastReport.Net 4.0+V2013.2.5_附安装_破解_个人测试程序


FastReport.Net+V2013.2.5+For+.Net4.0_附安装与破解_个人测试程序 1.首先安装FastReport.Net+V2013.2.5 For Net 4.0 的原始安装文件[FRNetDemo2010.msi] 2.将FastReport.Net+V2013.2.5+For+.Net4.0文件夹中的所有内容覆盖到Fastreport安装目录 如:【C:Program FilesFastReportsFastReport.Net Demo】 3.将FastReport.Net+V2013.2.5+For+.Net4.0文件夹中的各DLL文件对应覆盖到系统程序集目录 如: C:WINDOWSMicrosoft.NETassemblyGAC_MSILFastReport C:WINDOWSMicrosoft.NETassemblyGAC_MSILFastReport.Bars C:WINDOWSMicrosoft.NETassemblyGAC_MSILFastReport.Editor C:WINDOWSMicrosoft.NETassemblyGAC_MSILFastReport.Install C:WINDOWSMicrosoft.NETassemblyGAC_MSILFastReport.VSDesign C:WINDOWSMicrosoft.NETassemblyGAC_MSILFastReport.Web 4.完成后就可在vs2010,vs2012中使用WinForm或Asp.Net网页报表了。 5.附带个人小程序:【DemosC#我的测试】 解决了PDF打印时,取消了“适合页面大小”的默认设置,使报表设计大小与打印完全一致。
资源截图
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using FastReport;

namespace CustomDesigner
{
  public partial class Form1 : Form
  {
    public Form1()
    {
      InitializeComponent();
    }

    private void Form1_Load(object sender EventArgs e)
    {
      // create a new empty report and attach it to the designer
      Report report = new Report();
      designerControl1.Report = report;
      
      // restore the design layout. Without this code the designer tool windows will be unavailable
      designerControl1.RefreshLayout();
    }

    private void designerControl1_UIStateChanged(object sender EventArgs e)
    {
      // update Enabled state of our buttons
      btnSave.Enabled = designerControl1.cmdSave.Enabled;
      btnUndo.Enabled = designerControl1.cmdUndo.Enabled;
      btnRedo.Enabled = designerControl1.cmdRedo.Enabled;
    }

    private void btnNew_Click(object sender EventArgs e)
    {
      designerControl1.cmdNew.Invoke();
    }

    private void btnOpen_Click(object sender EventArgs e)
    {
      designerControl1.cmdOpen.Invoke();
    }

    private void btnSave_Click(object sender EventArgs e)
    {
      designerControl1.cmdSave.Invoke();
    }

    private void btnUndo_Click(object sender EventArgs e)
    {
      designerControl1.cmdUndo.Invoke();
    }

    private void btnRedo_Click(object sender EventArgs e)
    {
      designerControl1.cmdRedo.Invoke();
    }
  }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        891  2013-10-17 09:44  安装方法安装方法.txt

     文件    7684784  2013-10-15 10:23  FRNetDemo2010.msi

     文件      23930  2013-04-01 22:46  FastReport.Net+V2013.2.5+For+.Net4.0changes.rus

     文件      20915  2013-04-01 22:46  FastReport.Net+V2013.2.5+For+.Net4.0changes.txt

     文件      51712  2013-04-11 21:03  FastReport.Net+V2013.2.5+For+.Net4.0Demo.exe

     文件        144  2013-10-15 20:49  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerapp.config

     文件      12800  2013-10-15 20:51  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerinDebugCustomDesigner.exe

     文件        144  2013-10-15 20:49  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerinDebugCustomDesigner.exe.config

     文件      19968  2013-10-15 20:51  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerinDebugCustomDesigner.pdb

     文件      11592  2013-10-15 20:51  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerinDebugCustomDesigner.vshost.exe

     文件        144  2013-10-15 20:49  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerinDebugCustomDesigner.vshost.exe.config

     文件        490  2009-08-31 00:40  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerinDebugCustomDesigner.vshost.exe.manifest

     文件    3233792  2013-04-12 09:41  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerinDebugFastReport.Bars.dll

     文件    1006080  2013-04-12 09:41  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerinDebugFastReport.Editor.dll

     文件       3409  2013-10-15 20:51  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerCustomDesigner.csproj

     文件        917  2013-04-01 22:45  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerCustomDesigner.sln

    ..A..H.     26624  2013-10-15 20:52  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerCustomDesigner.suo

     文件       1607  2013-04-01 22:46  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerForm1.cs

     文件       5833  2013-04-01 22:45  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerForm1.Designer.cs

     文件      10479  2013-04-01 22:45  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerForm1.resx

     文件       1430  2013-10-15 20:51  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerobjDebugCustomDesigner.csproj.FileListAbsolute.txt

     文件      12800  2013-10-15 20:51  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerobjDebugCustomDesigner.exe

     文件       3590  2013-10-15 20:51  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerobjDebugCustomDesigner.Form1.resources

     文件      19968  2013-10-15 20:51  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerobjDebugCustomDesigner.pdb

     文件       6028  2013-10-15 20:51  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerobjDebugDesignTimeResolveAssemblyReferencesInput.cache

     文件       3566  2013-10-15 20:51  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerobjDebugGenerateResource-ResGen.read.1.tlog

     文件        404  2013-10-15 20:51  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerobjDebugGenerateResource-ResGen.write.1.tlog

     文件          2  2013-10-15 20:51  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerobjDebugGenerateResource.read.1.tlog

     文件          2  2013-10-15 20:51  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerobjDebugGenerateResource.write.1.tlog

     文件        429  2013-04-01 22:45  FastReport.Net+V2013.2.5+For+.Net4.0DemosC#CustomDesignerProgram.cs

............此处省略861个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)