A class for presentation of report view content when error occurs during report getting.

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

Inheritance Hierarchy

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

See Also