A сcontrol for report preview, navigation by pages, export and search.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public class ReportViewer : Control, 
	IView
Visual Basic (Declaration)
Public Class ReportViewer _
	Inherits Control _
	Implements IView
Visual C++
public ref class ReportViewer : public Control, 
	IView

Inheritance Hierarchy

System..::.Object
  System.Windows..::.DependencyObject
    System.Windows..::.UIElement
      System.Windows..::.FrameworkElement
        System.Windows.Controls..::.Control
          PerpetuumSoft.Reporting.Silverlight.Client..::.ReportViewer

See Also