Extends the configuration options for connect to service.
Namespace: PerpetuumSoft.Reporting.WebViewer.ClientAssembly: PerpetuumSoft.Reporting.WebViewer.Client (in PerpetuumSoft.Reporting.WebViewer.Client.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void SetRequestOption(
jQueryAjaxOptions option
) |
Visual Basic |
---|
Public Sub SetRequestOption ( _
option As jQueryAjaxOptions _
) |
Visual C++ |
---|
public:
void SetRequestOption(
jQueryAjaxOptions^ option
) |
Parameters
- option
- Type: jQueryAjaxOptions
The configuration options.
See Also