Gets text which informs about report loading process.

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

Syntax

C#
public string ProgressLoading { get; }
Visual Basic (Declaration)
Public ReadOnly Property ProgressLoading As String
Visual C++
public:
property String^ ProgressLoading {
	String^ get ();
}

See Also