Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 947055
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T23:01:13+00:00 2026-05-15T23:01:13+00:00

There is currently not an available WPF viewer for Active Reports 6 . I

  • 0

There is currently not an available WPF viewer for Active Reports 6. I was attempting to use a host control to display the viewer in a interop host but I’m not having much luck. Has anyone else attempted this successfully? I can’t even get the wrapper Viewer control to add to the project toolbox as a custom control at this point. I’m hoping to avoid recreating the wheel.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T23:01:14+00:00Added an answer on May 15, 2026 at 11:01 pm

    The existing ActiveReports Viewer works fine in WPF. You can use the below XAML to host it in WPF:

    <Window x:Class="ARViewerHostedInWpf.MainWindow"
            xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
            xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
            xmlns:arv="clr-namespace:DataDynamics.ActiveReports.Viewer;assembly=ActiveReports.Viewer6"  
            Title="MainWindow" Height="350" Width="525" Loaded="Window_Loaded">
        <Grid>
            <WindowsFormsHost Name="windowsFormsHost1">
                <arv:Viewer x:Name="ARViewer" Dock="Fill" />
            </WindowsFormsHost>
        </Grid>
    </Window>
    

    The following code in the code-behind of the XAML file will connect a report to the viewer in the XAML above and run it:

    public partial class MainWindow : Window
    {
        public MainWindow()
        {
            InitializeComponent();
        }
    
        private void Window_Loaded(object sender, RoutedEventArgs e)
        {
            NewActiveReport1 rpt = new NewActiveReport1();
            this.ARViewer.Document = rpt.Document;
            rpt.Run();
        }
    }
    

    I’m using the currently available version of ActiveReports 6 to test this.

    Hope this helps!

    Scott Willeke
    GrapeCity
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know from reading the assoc. Google group that there is not currently an
I've read this answer about eight-five times, but there's something I'm not understanding correctly:
I have a WPF UserControl, which I use in a WinForms Control within an
The source of linked to .js is not available via the DOM currently. var
I have code that is currently 'open source' but not easily accessible since it
Is there a way in JSP to know the current page name (not the
There Currently is a local debate as to which code is more readability We
Is there currently a way to generate XML files containing tables compatible with Microsoft
Is there currently a way to subscribe to an event of a wrapped set,
There is currently this Prototype code that does a PUT: new Ajax.Request(someUrl, { method:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.