ActiveReports 9實戰教程(1): 手把手搭建環境Visual Studio 2013

ActiveReports 9剛剛發佈3天,微軟就發佈了 Visual Studio Community 2013 開發環境。瀏覽器

Visual Studio Community 2013 提供完整功能的 IDE ,可開發 Windows、Android 和 iOS 應用。支持:C++PythonHTML5JavaScript, 和 C#,VBF# 語言的開發,提供設計器、編輯器、調試器和診斷工具。編輯器

最牛逼的在於你徹底能夠無償使用該工具:ide

  • 能夠正大光明的無償使用visual studio工具

  • 不能用於企業應用程序的開發.post

  • 專門爲學生、開源貢獻者、小企業、初創企業、以及獨立開發者們設計的一個雖然免費、但功能齊全的開發環境。visual-studio

 

在VS .NET開發中,用什麼作報表? RDLC是標配了,這多是開發人員比較單一的選擇。在除了RDLC外,若是有高、大、上的需求,可選擇ActiveReports 9試試。下面咱們手把手開始下載Visual Studio 2013 社區版, 再下載ActiveReports 9進行實戰環境搭建。(ActiveReports 9簡稱爲AR9)學習

下載Visual Studio 2013 社區版

下載地址:http://www.visualstudio.com/en-us/products/visual-studio-community-vs網站

操做系統:
  • Windows 8.1 (x86 and x64)this

  • Windows 8 (x86 and x64)spa

  • Windows 7 SP1 (x86 and x64)

  • Windows Server 2012 R2 (x64)

  • Windows Server 2012 (x64)

  • Windows Server 2008 R2 SP1 (x64)

硬件要求:
  • 1.6 GHz or faster processor

  • 1 GB of RAM (1.5 GB if running on a virtual machine)

  • 20 GB of available hard disk space

  • 5400 RPM hard disk drive

  • DirectX 9-capable video card that runs at 1024 x 768 or higher display resolution

 

先安裝Visual Studio 2013 社區版,

vs2013.4_ce_enu.iso 近7G

image

從UI上,整體感受和Visual Studio 2013專業版沒有太大區別。

image

下載ActiveReports 9 專業版

打開下面的網站,點擊當即下載,請您填寫真實電子郵件地址,以獲取ActiveReports產品試用版---系統會自動把下載URL發送到郵箱。

http://www.gcpowertools.com.cn/products/activereports_overview.htm

image

 

備註:ActiveReports 9是第三方報表引擎,完美支持Visual Studio, 可無償使用30天。

 

image

 

image

至此,ActiveReports 9和Visual Studio 2013社區版的環境已經搭建完畢。

涉及ActiveReports 9試用版激活信息,請參考官方博客:

 

下面,咱們在Visual Studio 2013中新建一個ActiveReports 9的報表工程:

image

新建一個.NET Framework 4.0的Winform項目

image

右鍵選擇項目,新建一個AR9的RDL報表(在AR8版本之前是頁面報表-CPL)

image

雙擊打開新建的RdlReport1.rdlx文件,拖入AR9 RDL報表UI控件TextBox,並輸入「Hello world,ActiveReports 9」

 

image

在Form中,添加AR9報表瀏覽器-Viewer

在Form.Load裏面加載報表:

this.viewer1.LoadDocument(@"c:\users\rogerwang\documents\visual studio 2013\Projects\ActiveReports9_HelloWorld\ActiveReports9_HelloWorld\RdlReport1.rdlx");

 

 

運行程序,若是沒有激活,會彈出這個對話框,點擊確認便可(AR9可無償使用30天,項目報表選型、學習足夠了。)

image

 

image

在本節,已經完成了AR9的環境配置和Hello World的實戰; 下一節,咱們就真實項目關心的數據源進行講解。

 

----------------------------------------------------------------------------------------------------------

ActiveReports 9實戰教程目錄:

相關文章
相關標籤/搜索