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 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

C# Interfaces – Extending Behavior

Architecting Behavior for Extensibility When designing class behavior, it’s important to remember in the implementation of those objects, future changes are certain, necessitating flexibility to evolving requirements. Extensibility in Design When designing behavior in classes, you can simply define functions to be used as object methods, but that assumes the details of each function need…

C# Language Integrate Query (LINQ)

Please see my other C# articles. All to test a collection Any() to test a collection   Call Custom Method Distinct for unique values Equality Comparer Filtering by Custom Extension Query Set Operator Skip N number objects SkipWhile to get objects   Set Using Custom Method Take first N number objects TakeWhile to get objects

C#: LINQ – Equality Comparer

Please see my other LINQ articles. Implement an Equality Comparer to customize Contains(). In this article I’ll demonstrate how to override Contains() when searching a collection to specify which properties of objects to search. First, I’ll get a collection of static People objects. Now, I’ll implement a custom Equality Comparer class where I’ll override Equals() to search…

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,…

Pass Parameters to 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, but…

Telerik Reports

Please see my other Business Intelligence articles. Telerik Reports Conditional Background-Partial Cell Conditionally Display Data Customized Layout Display Clickable Links Display Username in Report Filtered Columns Pass Parameters to a Report Reuse Empty Space Multilevel Groups Use HTML Textbox