ComponentOne Web API Edition
SetDataEngineAnalysisResultMaxCount Method

C1.Web.Api.DataEngine.Data Namespace > FlexPivotEngineProviderManager Class : SetDataEngineAnalysisResultMaxCount Method
The max count.
Sets the max count of the analysis result data.
Syntax
'Declaration
 
Public Sub SetDataEngineAnalysisResultMaxCount( _
   ByVal maxCount As Integer _
) 
public void SetDataEngineAnalysisResultMaxCount( 
   int maxCount
)

Parameters

maxCount
The max count.
Remarks
When the count of the analysis result data exceeds maxCount, an exception would be thrown. When maxCount is not set, the count is not limited. Normally an integer which is not lower than zero can be set to maxCount. If a negative integer is set to maxCount, the count is not limited.
See Also

Reference

FlexPivotEngineProviderManager Class
FlexPivotEngineProviderManager Members