Scheduler / Exporting / Print

Blazor Scheduler Example - Print Scheduler Layout Support

Loading Syncfusion Blazor Server Demos…

Properties

This example demonstrates how to print the Blazor Scheduler.

In this example, the Scheduler is printed by using the PrintAsync method. Scheduler also supports printing with custom rendering by passing the PrintOptions parameter to the PrintAsync method. In this demo, the PrintAsync method is used with the PrintOptions parameter. The PrintOptions contains two properties: Height and Width.