Component
|
Name
|
Description
|
RDL engine
|
RdlEngine.dll
|
Provides the reporting engine and rendering services. This is the base engine that other components require.
|
.Net control
|
RdlViewer.dll
|
Provides a .Net control for embedding in .Net applications. Displays RDL reports and provides methods for printing and saving to HTML, PDF, and XML.
|
ASP.NET control
|
RdlAsp.dll
|
Provides functionality for including reports in your web application.
|
RDL reader
|
RdlReader.exe
|
A MDI application that provides Adobe Reader like capabilities for RDL reports. This application shows some of the functionality supported by the .Net RDL control.
|
RDL designer
|
RdlDesigner.exe
|
The WYSIWYG designer allows you to create standard RDL reports without knowledge of RDL. This includes wizards for creating new reports and for inserting new Tables, Matrixes, and Charts into existing reports. There are property dialogs for all report objects with extensive support for the entire range of power of RDL.
|
RDL desktop
|
RdlDesktop.exe
|
A small desktop report server providing browser access to your reports. Point your browser to the URL http://localhost:8080/. The port 8080 is the default and can be modified in the config.xml file. For security, this server will only accept requests from your local machine unless reconfigured.
|
RDL batch
|
RdlCmd.exe
|
Batch command executable for creating PDF, XML, HTML files from RDL files.
|
Data Sources
|
DataProviders.dll
|
Provides data access to Web Services, XML, web logs, CSV files, file directories.
|
Samples
|
|
Examples showing how to use the RDL Project in your web, windows and command line applications.
|