v0.2.2 Alpha
Pre-releaseLots of work on parsers for this minor release, primarily focusing on Text function parsers. v0.2.2 saw the introduction of using DynamicExpresso, initially used to handle arithmetic operations but has been introduced as the primary means to calculate the final value of expressions built up using the ExpressionParser class.
Parsers
#37 - Asc
#38 - AscW
#39 - Chr
#40 - ChrW
#41 - Format
#45 - FormatPercent
#46 - GetChar
#47 - InStr
#48 - InStrRev
#50 - CBool
#51 - CChar
#52 - CDec
#53 - Round
This release also saw a big change in the way TablixMembers are processed for TablixRowHierarchy. ReportViewer.NET will now look at the deepest TablixMember children, building up groupings/sortings as the hierarchy is traversed.
Improvements made to parameters which use a select dropdown, these now operate in a similar fashion to the Microsoft SSRS Web Viewer, allowing you to select multiple options before the parameters are posted to the server, and also feature a "Select all" button. Please note that currently, due to the fact that we're using Dapper and parameterised queries, a maximum number of 2100 is supported, see #55.