Sql.Net Class Library Documentation

PivotTable.BuildDrillDownSql Method 

Creates a SelectQuery which produces drill-down results

public SelectQuery BuildDrillDownSql(
   SqlConstant crossTabRowKey,
   string crossTabColumnName
);

Parameters

crossTabRowKey
Value identifying cross-tab's row
crossTabColumnName
Name of a cross-tab column

Return Value

A SelectQuery which produces drill-down results of the specified cross-tab cell

See Also

PivotTable Class | Reeb.Reporting Namespace