ActiveReports 6 Online Help
Add Designer ToolStrips (Pro Edition)

Show AllShow All
Hide AllHide All

The Designer control has built-in methods to add its menus and toolbars to a Visual Studio ToolStripContainer in your end user designer project.

To add Designer ToolStrips

Prior to following these steps, add an ActiveReports Designer control and a Visual Studio ToolStripContainer to your form.

If you need help adding the Designer control to your Visual Studio toolbox, see Adding ActiveReports Controls.
  1. Double-click the designer control on the form to create the Designer Load event.
  2. Add code like the following to the event:

    To write the code in Visual Basic.NET

    To write the code in C#

  3. See the table below for the run-time results of adding each tool strip.

ToolStrips at Run Time

See Also

Getting Started