PivotGridExtension.CreateOLAPSummaryDataSource(PivotGridSettings, String, Int32, Int32) Method
In This Article
In OLAP, returns a summary data source for the specified row.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static PivotSummaryDataSource CreateOLAPSummaryDataSource(
PivotGridSettings pivotGridSettings,
string connectionString,
int columnIndex,
int rowIndex
)
#Parameters
Name | Type | Description |
---|---|---|
pivot |
Pivot |
A Pivot |
connection |
String | A System. |
column |
Int32 | An integer value that specifies the column index. |
row |
Int32 | An integer value that specifies the absolute row index. To obtain the absolute row index by its index within the current page, use the ASPx |
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
See Also