文章出處

ActiveReports 9剛剛發布3天,微軟就發布了 Visual Studio Community 2013 開發環境。

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

最牛逼的在于你完全可以免費使用該工具:

  • 可以正大光明的免費使用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)

  • Windows 8 (x86 and x64)

  • 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實戰教程目錄:

 

相關閱讀:

【推薦】中鐵、中石油等大型企業的復雜報表解決方案

ActiveReports11 SP1 新特性

ActiveReports11 新特性

 


文章列表


不含病毒。www.avast.com
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 大師兄 的頭像
    大師兄

    IT工程師數位筆記本

    大師兄 發表在 痞客邦 留言(0) 人氣()