New to Telerik UI for ASP.NET MVC? Download free 30-day trial

ASP.NET MVC Scheduler PDF Export

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
pdf_export.cshtml
Pdf_ExportController.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API

Description

The Telerik UI for ASP.NET MVC Scheduler enables you to export its data to a PDF. Under the hood, to provide a simple object model for building and manipulating visual scenes, the available PDF export options utilize the Kendo UI for jQuery Drawing graphics library.

To export the content to PDF include the corresponding command to the Scheduler’s toolbar .Toolbar(t => t.Pdf()) and configure the export settings through the Pdf settings. You can specify the file name, margins, paper size and other properties made available by the SchedulerPdfSettingsBuilder.

This demo shows the PDF export of the Scheduler with its FileName and ProxyUrl configurations set up.

Additional Apps

This Scheduler example is part of a unique collection of hundreds of ASP.NET MVC demos, with which you can see all Telerik ASP.NET MVC components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in the ThemeBuilder.

Support & Learning Resources

Additional Resources