Get the request that was invoked.

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 jQueryXmlHttpRequest GetRequest()
Visual Basic
Public Function GetRequest As jQueryXmlHttpRequest
Visual C++
public:
jQueryXmlHttpRequest^ GetRequest()

Return Value

The pageInfoRequest that was invoked.

See Also