Implements ErrorPresenterStyle()()().

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 Style ErrorPresenterStyle { get; set; }
Visual Basic (Declaration)
Public Property ErrorPresenterStyle As Style
Visual C++
public:
virtual property Style^ ErrorPresenterStyle {
	Style^ get () sealed;
	void set (Style^ value) sealed;
}

See Also