Skip to content

Releases: techyian/ReportViewer.NET

v0.2.3-Alpha

03 Dec 15:09
Compare
Choose a tag to compare
v0.2.3-Alpha Pre-release
Pre-release

Small patch release to address issues with the dropdown menus. These now behave much better and I've also included a "deselect all" button for large result sets.

v0.2.2 Alpha

28 Nov 11:14
Compare
Choose a tag to compare
v0.2.2 Alpha Pre-release
Pre-release

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

v0.2.1-alpha

25 Oct 13:51
Compare
Choose a tag to compare
v0.2.1-alpha Pre-release
Pre-release

Primary focus of v0.2.1 is to implement DateAndTime parsers and also the inclusion of unit tests.

Also fixed bug #26.