New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core TreeList 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
Out of the box, the Telerik for ASP.NET Core TreeList component enables you to export its data to a PDF file. Under the hood, to provide a simple object model for building and manipulating visual scenes, most of the available PDF export options utilize the Kendo UI for jQuery Drawing graphics library. In addition, the TreeList allows you to build on top of these default PDF export configurations and delivers specific and custom options, such as embedding Unicode characters, changing the file name, saving the exported file on the server, and more.
This demo showcases how to enable the PDF export functionality through the Toolbar()
configuration option and how to change the name of the PDF file on the server by setting the ProxyURL()
and FileName()
configuration methods.