This online demo demonstrates the "Export to PDF" feature of RadScheduler.
        
        
        The approach is very straightforward - to export the scheduler content to PDF format
        simply use the ExportToPdf() server-side method. You can configure the exporting
        settings for the scheduler through the RadScheduler.ExportSettings section.
        
        
        Please note that the RadScheduler's export functionality will not work if the page is deployed as an Azure Website.
        In such scenarios we recommend using the RadClientExportManager control to export the RadScheduler's content.
    
 
     
        PDF Export of all the appointments from a specific period 
        in a simple table layout can easily be achieved by exporting Agenda View of RadScheduler.
    
    
        Note that in order for the exported scheduler to be styled correctly you
        need to set the Skin property of the RadScheduler.
        
        In the demo the Skin property of the RadScheduler is set from the skin of
        the StyleSheetManager.  
    
    
        In Q3 2013 SP1 several new features were added to the Export, including support for 
        applying External Stylesheets and Paging