ActiveReports 12 Server User Guide
Samples
ActiveReports 12 Server User Guide > Samples and Walkthroughs > Samples

The ActiveReports Server installation includes several sample projects in Visual Studio 2012, 2013, and 2015 solutions. You can find the solution in C:\ActiveReports 12 Server\SDK\Samples.

To open the solution, double-click the ActiveReports 12 Server SamplesVSxxxx.sln file.

Sample Project Description
ActiveTunes.SecurityProvider Shows how to use security providers with ActiveReports Server to control authentication.
Angular REST API Sample Shows how to call the most frequently used REST API methods in your angular based application linked to ActiveReports Server.
ASP.NET Integration Shows how to embed the Report Designer control in your own applications, and how to customize the Report List control. It also demonstrates how to use the Web service features using JavaScript.
ASP.NET REST API Sample Shows how to call the most frequently used REST API methods in your ActiveReports Server application.
Click Once Designer Shows how to create your own ClickOnce End User Designer and publish it to ActiveReports Server.
HTML5 Viewer Shows how to use the HTML5 Viewer to preview reports hosted in web applications.
Migration PowerShell Module Shows how to migrate users, reports, or roles from one server to another.
REST API HTML5 Sample Shows how to call some of the most frequently used REST API methods in your custom ActiveReports Server application.
WinForms REST API Sample Shows how to call the most frequently used REST API methods in your Windows Forms application linked to ActiveReports Server.

Also included is a separate Security Provider Sample. See Custom Security Provider Sample for details.

See Also