ActiveReports Developer 7
Adding ActiveReports Controls
See Also Support Forum
ActiveReports Developer 7 > ActiveReports Developer Guide > Getting Started > Adding ActiveReports Controls

Glossary Item Box

You can add an ActiveReport to a project without using the Visual Studio toolbox, but in order to use the Viewer control, any of the exports, the Designer and related controls, or the WebViewer control, you need to have them in your toolbox.

The installer generally adds the controls to the Visual Studio toolbox in an ActiveReports 7 tab. However, if they are removed for any reason, you can re-add them at any time.

To add the controls

  1. Right-click the Visual Studio toolbox tab where you want to add ActiveReports controls and select Choose Items.
  2. In the Choose Toolbox Items window that appears, on the .NET Framework Components tab, in the Filter textbox, enter GrapeCity.ActiveReports.
  3. Select the check boxes next to any of the controls that you want to add to your toolbox:
    • Viewer
    • WebViewer
    • Designer
    • ReportExplorer
    • Toolbox
    • HtmlExport
    • PdfExport
    • RtfExport
    • TextExport
    • TiffExport
    • XlsExport
  4. For the Silverlight Viewer control, go to the Silverlight Components tab and select Viewer.
  5. Click OK to add the controls to the selected toolbox tab.

.NET Framework Version

The following features all require the .NET Framework full profile version.

ShowTo ensure that you are using the full profile version in a VB project

  1. From the Visual Studio Project menu, select YourProject Properties.
  2. On the Compile tab, click the Advanced Compile Options button.
  3. In the Advanced Compiler Settings dialog that appears, drop down the Target framework field and select a version that does not specify Client Profile.

ShowTo ensure that you are using the full profile version in a C# project

  1. From the Visual Studio Project menu, select YourProject Properties.
  2. On the Application tab, drop down the Target framework field and select a version that does not specify Client Profile.
Caution: ActiveReports controls may not appear in the toolbox unless your project is using .NET 3.5 or later.

See Also

©2014. ComponentOne, a division of GrapeCity. All rights reserved.