This blog post is part of a series demonstrating the full power of RadSpreadProcessing as a complete spreadsheet solution. Part 2 focuses on how to beautify document content by using workbook themes, styles, number format and images.
This blog post will introduce RadWordsProcessing and will get you acquainted with some of its basic terms. You will then learn how to create a simple email using the powerful API of the library and how to export it to one of the supported formats.
This blog post is part of a series demonstrating the full power of RadSpreadProcessing as a complete spreadsheet solution. Part 1 focuses on how to create a workbook, fill it with data and use the powerful spreadsheet formulas calculation engine.
Ever wanted to export a Telerik report from a Silverlight application? This is easily accomplished by instantiating the ReportServiceClient class, which plays the role of proxy to the Telerik Report Service. To specify that you want to render the report we use the RenderAsync method of the ReportServiceClient, which invokes the respective method on the server (remember that it serves as proxy) that would return the rendered report. Since we’ve used an asynchronous method and we do not know when the render would finish, we need to handle the RenderCompleted event. In the RenderCompleted event we get the result from the rendering and decide what to...