Telerik Reports: Customized Layout

Use customized layouts to mimic print-based reports. Please see my other Telerik report articles. Telerik not only offers many power capabilities to produce standard tabular reports (see other articles), but I can also create highly customized layouts like the following report. Note the precision positioning of many fields, dynamic tables which grow/shrink as needed while conserving vertical…

Telerik Reports: Filtered Columns

Filter Column Data Off Other Column Please see my other Telerik report articles. In the article I’ll demonstrate a four column report where two columns display data based on their relationship with their “parent” column. As you can, the report begins with a county, then region, then two coordinators – primary and assistant. First, I’ll create a…

R: Create a Series Function

Use a function to produce a series In this article I’ll demonstrate how to use the R language to create a function to produce a series, then print it to the screen. First, I’ll declare a function which produces a series from 1-5, assign it to the variable ‘f’, then invoke the function, which prints…

R Statistical Programming

Please see my other Business Intelligence articles. R  is an open source implementation of statistical programming language S, a programming language and environment in which to program, and provides ability to analyze data statistically and visually. Please click the links below to view examples. R Create a Series Function

Use HTML Textbox in a Report

Please see my other Telerik report articles. Display Current Windows Username In this article I’ll demonstrate how to display the Windows username of the current user of a report.I’ll start by using the report’s ReportParameter’s editor to add a single Parameter “UserName”. This addition not only is required to display the property in the report,…