Skip to content

DNN Reports converted to C#

Compare
Choose a tag to compare
@EPTamminga EPTamminga released this 03 May 14:44
f89f275

DNN reports 6.0.0 will work for DNN version 7.3.2 and up

Please review and rate this release (stars are welcome)

Introduction

This is a complete overhaul of the DNNReports module. Not only is de module converted from VB.net to C#, also all deprecated DNN API Calls are replaced by the new DNN API calls where possible.
The module build has also been completely changed by applying the DNNtc.MSBuild V1.9 build structure for DNN modules. This means that the DNN manifest and the install zip file are automatically defined and created by attributes in de source code.
All dependencies are included in the solution, including the required DNN DLL files. This means that the module can be built right out of the box, no need for a full DNN site to build the module version.

Documentation

The project contains a user manual, or you can view the wiki in this repository

Credits

Most of the work is done by one of my colleagues: Mark van de Vries