Sets web page element which will displayed during a document loading.

Namespace: PerpetuumSoft.Reporting.WebViewer.Client
Assembly: PerpetuumSoft.Reporting.WebViewer.Client (in PerpetuumSoft.Reporting.WebViewer.Client.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void SetDocumentLoadingElement(
	Element indicatorElement
)
Visual Basic
Public Sub SetDocumentLoadingElement ( _
	indicatorElement As Element _
)
Visual C++
public:
void SetDocumentLoadingElement(
	Element^ indicatorElement
)

Parameters

indicatorElement
Type: Element
An element which displays a document loading.

See Also