Gets text which informs about report rendering 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 ProgressRendering { get; }
Visual Basic (Declaration)
Public ReadOnly Property ProgressRendering As String
Visual C++
public:
property String^ ProgressRendering {
	String^ get ();
}

See Also