[]
The samples in Samples20 folder demonstrate report designing features that cover desktop, designer, API as well as advanced features. Download these samples from following link:
https://github.com/activereports/Samples20
Each sample has a C# and a Visual Basic.NET code example for Visual Studio. You can also see the comments within the sample projects throughout code.
Sample | Description | ||
|---|---|---|---|
Advanced | Page and RDLX reports | ||
This sample demonstrates using Calendar data region in reports. | |||
This sample demonstrates using custom report item - Radar chart in a report. | |||
This sample demonstrates how to create a project using custom data provider and how to pull data from a comma separated value (CSV) file. | |||
This sample demonstrates exporting reports to PDF format using third-party assemblies. | |||
This sample showcases a custom implementation of the resource locator to load pictures from the user's "My Pictures" directory. | |||
This sample demonstrates how to create a custom tile provider. | |||
This sample illustrates using Oracle Data Provider as data source for designing Page/RDLX reports. | |||
Section Reports | |||
This sample demonstrates using hyperlinks and the viewer hyperlink event to simulate drill-down from one report to another. | |||
API | Page and RDLX reports | ||
This sample demonstrates how to create a Page Report layout in code. It further shows creating a table control, adding table rows and table columns inside it, adding cells inside the table rows and columns and adding text boxes inside the cells. | |||
This sample demonstrates how to add digital signatures when exporting to PDF format. | |||
This sample demonstrates how to export Page and RDLX reports to different export formats. | |||
This sample demonstrates implementing custom fonts. | |||
This sample demonstrates how to use Layers in a report. | |||
This sample demonstrates how to create a custom Report Wizard that allows you to select a report from the list of multiple reports and then allows you to select the data that you want to display in the selected report. | |||
This sample demonstrates how to work with embedded and external style sheets in Page and RDLX reports. | |||
Section Reports | |||
This sample demonstrates chart types used in different scenarios, in both bound and unbound modes. | |||
This sample demonstrates the use of the cross section lines and boxes. | |||
This sample demonstrates using unbound data, conditional highlighting and distributing data across columns to create a cross-tab view and data aggregation. | |||
This sample demonstrates adding the Custom Annotation button to the report Viewer toolbar and adding a new annotation to the report. | |||
This sample demonstrates how to add digital signatures when exporting to PDF format. | |||
This sample demonstrates how to export to different export formats using code. | |||
This sample demonstrates using the method that inherits a report at run time and design time. | |||
This sample demonstrates printing a document with multiple pages per sheet by using the common PrintDocument class of the NET.Framework. | |||
This sample demonstrates changing styles at run time to provide a different look to a same report. | |||
This sample demonstrates using subreports in an ActiveReports report. | |||
This sample demonstrates how to display summarized data in a Section Report. | |||
Data Binding | Page and RDLX reports | ||
This sample demonstrates how to connect to a CSV data source. | |||
This sample demonstrates how to use a dataset as a data source for a report. | |||
This sample demonstrates how to use the Json data provider at run time and add a web service for authentication. | |||
This sample demonstrates how to use Object provider for binding a report. | |||
This sample demonstrates how to use OData EndPoint for binding a report. | |||
This sample demonstrates how to connect to an OleDb data source at run time and pass data to the report using LocateDataSource event. | |||
This sample demonstrates how to connect to a XML data source at run time and pass data to the report using LocateDataSource event. | |||
Section Reports | |||
This sample demonstrates binding to ADO.NET Data objects. | |||
This sample demonstrates creating a custom collection that stores data from the database in the List. The custom collection is displayed by binding data to the DataGridView control by using the DataSource property of this control. | |||
This sample demonstrates how to use LINQ in an ActiveReports report. | |||
This sample demonstrates how to create a dataset for a Section Report and use the FetchData event to populate the Fields collection to display the report unbound data. | |||
This sample demonstrates how to create a report with XML data, using a SubReport or using the XML hierarchical structure. | |||
Designer Pro | This sample demonstrates how to work with Map control in ActiveReports. | ||
This sample demonstrates a custom end-user report designer that can be integrated in your applications to allow users to modify report layouts. | |||
This sample demonstrates building the designer using DesignerForm class. | |||
This sample demonstrates customizing End User Designer application to display a list of categorized reports. | |||
This sample demonstrates how to use TableofContents control in ActiveReports. | |||
Desktop | This sample demonstrates using WPF Viewer in a WPF application. | ||
This sample demonstrates using Win Viewer in a Windows Form application. | |||
Web | The sample demonstrates exporting an ActiveReports report to the HTML or PDF format in your Web application. |