The four main components of Data Dynamics Reports are the Report Designer, the Windows Forms Viewer, the Web Viewer, and the End User Report Designer.
- Report Designer
- The report designer is integrated into the Visual Studio®.NET 2005 environment, and is the component with which the developer authors reports. The report designer has pages for Data, Layout, Code, and Preview.
- ReportPreview
- The ReportPreview control is customizable for use on Windows Forms and allows end users to take advantage of the interactive features in report definitions.
- WebReportViewer
- The WebReportViewer is a customizable control for use on Web Forms. The components of the WebReportViewer are also available separately so that you can create a custom Web viewer with only the parts that you select.
- UserDesignerControl
- The UserDesignerControl is customizable for use on Windows Forms and allows end users to design their own custom reports.
Stand-alone Applications
A Report Designer application and a Report Viewer application are also included for your convenience. They can be opened from the Start menu, and neither requires Visual Studio.
The Report Designer application contains all the functionality of the integrated Report Designer.
The Report Viewer application contains all the functionality of the ReportPreview control.