Viewing entries in
Development

Comment

SSRS - Find out which reports area being used (handy for migrating only the useful reports to a new server)

At SSW, we are currently migrating our SQL Server Reporting Services 2008 R2 reports to our new SQL Server Reporting Services 2016 server.

If you haven't decided to make the move to SSRS 2016 you should check out What's New in Reporting Services (SSRS). The main features we care about are:

  • Better Portal
  • Mobile Reports
  • PowerBI integration
  • Better HTML5 report rendering

Comment

Consolidating NuGet Package versions

Comment

Consolidating NuGet Package versions

One of my pet peeves is having differently versioned NuGet packages across my projects. Previously I would just dig around in the packages.config of each project and check if the versions are consistent and install the right versioned package. Never again!

Comment

KendoUI - Grid - Footer Template Formatting

1 Comment

KendoUI - Grid - Footer Template Formatting

Ran into an issue today whereby I was showing an aggregated Sum in the footer of a column. This worked correctly but the number was not formatted and showed 6 decimal places.

Looking through the KendoUI docs and forums yielded plenty of results, but this was all for client side binding and formatting.

1 Comment