Applies to: Nevron products for Reporting Services (SSRS)

System Requirements

Nevron Reporting Services controls require "Custom report items" and "Custom data processing, delivery, and rendering extensions", which do not come with Microsoft SQL Server and Reporting Services Express. According to these documents provided by Microsoft for SQL Server 2005 and SQL Server 2008, the following SQL Server Editions will work with our controls:

  • SQL Server 2005, 2008 or 2008 R2 Enterprise Edition
  • SQL Server 2005, 2008 or 2008 R2 Developer Edition
  • SQL Server 2005, 2008 or 2008 R2 Standard Edition

The following SQL Server Editions do not meet the system requirements:

  • SQL Server 2005, 2008 or 2008 R2 Workgroup Edition
  • SQL Server 2005, 2008 or 2008 R2 Expression Edition
  • SQL Server 2005, 2008 or 2008 R2 Express Edition with Advanced Services
  • SQL Server 2008 Web Edition

If you are unsure how to find out the version and edition execute the following script in SQL Management Studio:

SELECT SERVERPROPERTY('productversion'), 
       SERVERPROPERTY ('productlevel'), 
       SERVERPROPERTY ('edition')

For detailed information about Hardware and Software requirements, take a look at:

Article ID: 88, Created On: 10/12/2010, Modified: 11/18/2010