Gets or sets the property which indicates that the page is loading.

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 bool IsLoading { get; internal set; }
Visual Basic (Declaration)
Public Property IsLoading As Boolean
Visual C++
public:
property bool IsLoading {
	bool get ();
	void set (bool value);
}

See Also