As an embedded engine, Telerik Reporting engine can be accessed directly in your application. For convenience we provide
report viewers for all supported platforms (Silverlight, WPF, ASP.NET and Windows Forms).
Should you need to interact with the reporting engine manually, you can use the ReportProcessor.
A common usage would be to export or print the report, which can be accomplished with the help of
RenderReport
and PrintReport
methods.
In This Section
See Also