A class for presentation of report view content when report is missing.

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 NoReportPresenter : Control
Visual Basic (Declaration)
Public Class NoReportPresenter _
	Inherits Control
Visual C++
public ref class NoReportPresenter : public Control

Inheritance Hierarchy

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

See Also