Blazor Range Navigator Print and Export Example
This sample demonstrates client-side printing and exporting of the range selector, allowing you to export its data to Excel and CSV formats. It also allows you to save the range selector in image formats such as JPEG, PNG, SVG, and PDF.
In this example, you can see how the print and export functionality works. The rendered range selector can be exported in JPEG, PNG, SVG, and PDF formats. Data from the range selector can also be exported to Excel and CSV files.
By clicking the Print button, you can print the range navigator directly from the browser by invoking its public method PrintAsync.
By clicking the Export button, you can export the range selector to a specific type using the ExportAsync method. When using this method, parameters such as the export type and file name are vital.
More information about the print and export can be found in this documentation section.