Gets the text which informs about the report rendering process.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client.Localization
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

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

See Also