Web API Core | ComponentOne
C1.Web.Api.DataEngine.Data Namespace / FlexPivotEngineProviderManager Class / SetDataEngineAnalysisResultMaxCount Method
The max count.

In This Topic
    SetDataEngineAnalysisResultMaxCount Method (FlexPivotEngineProviderManager)
    In This Topic
    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