Your ActiveReports 6 installation includes the following samples, with four versions of each. There is a C# and a Visual Basic.NET version for Visual Studio versions 2005, 2008 and 2010.
Click a sample name below to drop down a description of the sample. A more complete description of the samples are available in a *README.html file within the sample folder, and comments are sprinkled throughout the sample code.
Annual Report
Demonstrates how to use subreports and nested subreports, how to modify data source properties at run time, how to use parameters in the chart control, how to create alternate row highlighting and how to use the page break control. See the
Annual Report Sample topic for more information.
Bound Data
Demonstrates binding to ADO.NET Data objects. See the
Bound Data Sample topic for more information.
Calculated Fields
Demonstrates using an unbound data field to perform a calculation which can then be aggregated.
Category Selection
Demonstrates using the ad hoc report filter by modifying the report's SQL query at run time. See the
Category Selection Sample topic for more information.
Charting
Demonstrates the use of the Chart control in both bound and unbound modes. See the
Charting Sample topic for more information.
NEW! Cross Section Controls
Cross Tab Report
Demonstrates using unbound data, conditional highlighting and distributing data across columns to create a cross-tab view and data aggregation. See the
Cross Tab Report Sample topic for more information.
Custom Preview
Demonstrates using viewer control customization, export filters, rich edit control and mail-merge, parameters in the chart control, and grouping. See the
Custom Preview Sample topic for more information.
Data Field Expressions
Demonstrates the use of expressions in the DataField properties of controls.
Hyperlinks and Drill Down
Demonstrates using hyperlinks and the viewer hyperlink event to simulate drill-down from one report to another. See the
Hyperlinks and Drill Down Sample topic for more information.
IList Binding
Demonstrates how to bind reports to objects.
Print Multiple Pages per Sheet
Demonstrates how to print multiple pages of a report on a single sheet of paper.
RDF Viewer
Demonstrates customizing the WinForms viewer control toolbar, loading Report Document Files (RDF) and using the export filters. See the
Rdf Viewer Sample topic for more information.
Standard Edition Web Sample
Demonstrates using Standard Edition in ASP.NET. It shows how to use custom exporting without the Pro Edition server controls or RPX handlers as well as running reports on the server, exporting output to HTML or PDF streams and pushing content to the client. The sample also demonstrates using the Flash viewer to view report output on the client machine.
NEW! Style Sheets
Demonstrates the use of style sheets to create consistent styles across different reports. See the
NEW Style Sheets Sample topic for more information.
Subreports
Shows the proper use of Reports with SubReports to minimize memory usage. See the
SubReports Sample topic for more information.
Unbound Data
Demonstrates retrieving data from an array and from a text file in unbound mode.
XML
Demonstrates the XML data source and using it to run multi-level reports with and without using subreports.
Professional Edition
NEW! Flash Web Viewer
Demonstrates customization possibilities with the new FlashViewer, including localization, themes, and a custom button. See the
NEW Flash Web Viewer Sample for more information.
End User Designer
Demonstrates a custom end-user report designer that can be integrated in your applications to allow users to modify report layouts.
Toolbox Class Library
This is the project that creates the toolbox used in the End User Designer sample.
Professional Edition Web Sample
The ASP.NET Web Samples demonstrate the use of Professional Edition ASP.NET features, including HTTP Handlers, Report Caching, and the Server Viewer Control in both Visual Studio 2005 and 2008.
|
Note: The ASP.NET user machine must have ASP.NET write access before you run the sample or an exception is thrown during execution. |
NEW! Silverlight Viewer Sample
Demonstrates the new Silverlight Viewer with its various options of loading RPX and RDF reports. The sample also demonstrates how to print a report in PDF, customize a Viewer theme and localize the Viewer.
The Silverlight Viewer Sample (OOB) demonstrates the out-of-browser support of Silverlight-based applications.
See Silverlight Viewer (Pro Edition) for more information.
See Also