ActiveReport 9: Build the environment and practice, and set up activereport
This article is a reference to the space products of grape City, which is purely shared. ActiveReports 9 Professional Edition is downloaded for no profit-making purposes.
Open the following website and click Download Now. Please enter your real email address to obtain the trial version of ActiveReports-the system will automatically send the download URL to your mailbox.
Http://www.gcpowertools.com.cn/products/activereports_overview.htm
(Ps: Grape city control download, free trial for 30 days)
1. Install
Double-click ActiveReports-v9.3.4300.0.msi files
Click Next to complete the installation.
2. Create a report project for ActiveReports 9
Create a. NET Framework 4.0 Winform Project
Right-click Project -- add -- new item
Add a new item and find the ActiveReport 9 RDL report.
Click Add. The solution is shown in.
Double-click the report file, open the toolbox, drag a TextBox to the page, and enter Hello Word
(Ps: Ignore the lyrics)
Double-click Form1, find Activereport 9 in the toolbox, and drag the following Viewer to the window.
(Ps: Ignore the lyrics)
Open Form1.cs and add the report code.
This. viewer1.LoadDocument (@ "E: \ xampp \ FristTest \ Activereport_9_HelloWord \ Activereport_9_HelloWord \ RdlReport1.rdlx ");
Run the program. If you are prompted during this period, click OK (AR9 can be used for free for 30 days)
Click OK to view the report content.
As of now, you have learned how to set up and configure Activereport 9 and completed a Hello Word instance. In the next section, we will discuss how to bind AR9 data sources.
Again, refer to the grape city control blog for this blog post and write it after actual operations.