Implements LoadingStateStyle()()(). This is a dependency property.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public Style LoadingStateStyle { get; set; }
Visual Basic (Declaration)
Public Property LoadingStateStyle As Style
Visual C++
public:
virtual property Style^ LoadingStateStyle {
	Style^ get () sealed;
	void set (Style^ value) sealed;
}

See Also