ComponentOne ASP.NET MVC Controls
OnClientError Method (PivotEngineBuilder)

C1.Web.Mvc.Olap.Fluent Namespace > PivotEngineBuilder Class : OnClientError Method
The value.
Configurates the C1.Web.Mvc.Olap.PivotEngine.OnClientError client event. Occurs when there is an error getting data from the server.
Syntax
'Declaration
 
Public Function OnClientError( _
   ByVal value As String _
) As PivotEngineBuilder
public PivotEngineBuilder OnClientError( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PivotEngineBuilder Class
PivotEngineBuilder Members