Specify additional namespaces

This is not a question, but a clarification to this topic.

1. When pasting the AddExtension method into your code you also need to add the following:

using Microsoft.Reporting.WinForms;
using Microsoft.ReportingServices.ReportRendering;
using System.Reflection;

2. You might also need to change

using System.Collections.Generic;

to

using System.Collections;


This message was posted using Page2Forum from Integrate with Microsoft Report Viewer in Local Mode - Aspose.Words for Reporting Services