Back to Devexpress

PivotGridOptionsData.DrillDownMaxRowCount Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsdata-c18d58c1.md

latest2.4 KB
Original Source

PivotGridOptionsData.DrillDownMaxRowCount Property

Gets or sets the maximum number of rows returned when obtaining underlying data.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(-1)]
public int DrillDownMaxRowCount { get; set; }
vb
<DefaultValue(-1)>
Public Property DrillDownMaxRowCount As Integer

Property Value

TypeDefaultDescription
Int32-1

An integer value that specifies the maximum number of rows returned when calling the CreateDrillDownDataSource method.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DrillDownMaxRowCount
PivotGridControl

.OptionsData .DrillDownMaxRowCount

|

Remarks

In regular binding mode, if the DrillDownMaxRowCount property is set to -1 , all the records are retrieved when calling the CreateDrillDownDataSource method. In OLAP mode, if the DrillDownMaxRowCount property is set to -1 , the maximum number of rows returned is limited to 10,000.

See Also

CreateDrillDownDataSource()

CreateDrillDownDataSource

CreateDrillDownDataSource

PivotGridOptionsData Class

PivotGridOptionsData Members

DevExpress.XtraPivotGrid Namespace