New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Scheduler PDF Export
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Telerik UI for ASP.NET Core 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.