DashboardObjectBuildColumnGroups Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public static DashboardObjectColumnGroup[] BuildColumnGroups(
CubeDataRenderer cube,
DataTable dataTable,
DashboardObject dashboardObject,
bool removeNonPrintable = false,
string pivotHeaderClassName = ""
)
Public Shared Function BuildColumnGroups (
cube As CubeDataRenderer,
dataTable As DataTable,
dashboardObject As DashboardObject,
Optional removeNonPrintable As Boolean = false,
Optional pivotHeaderClassName As String = ""
) As DashboardObjectColumnGroup()
public:
static array<DashboardObjectColumnGroup>^ BuildColumnGroups(
CubeDataRenderer^ cube,
DataTable^ dataTable,
DashboardObject^ dashboardObject,
bool removeNonPrintable = false,
String^ pivotHeaderClassName = L""
)
DataPAEnterpriseDashboard.DashboardObject.BuildColumnGroups = function(cube, dataTable, dashboardObject, removeNonPrintable, pivotHeaderClassName);
Parameters
- cube
- Type: DataPAEnterpriseDashboardCubeDataRenderer
- dataTable
- Type: System.DataDataTable
- dashboardObject
- Type: DataPAEnterpriseDashboardDashboardObject
- removeNonPrintable (Optional)
- Type: SystemBoolean
- pivotHeaderClassName (Optional)
- Type: SystemString
Return Value
Type:
DashboardObjectColumnGroupSee Also