DataPA Enterprise Dashboard Controls API Reference
The SummaryData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SummaryData()()()() |
Creates and returns a new SummaryData object
|
|
SummaryData(Boolean) |
Creates and returns a new SummaryData object
|
|
SummaryData(String) |
Creates and returns a new SummaryData object
|
|
SummaryData(DashboardObject) |
Creates and returns a new SummaryData object
|
|
SummaryData(Boolean, String) |
Creates and returns a new SummaryData object
|
|
SummaryData(DashboardObject, Boolean) |
Creates and returns a new SummaryData object
|
|
SummaryData(DashboardObject, String) |
Creates and returns a new SummaryData object
|
|
SummaryData(DashboardObject, Boolean, String) |
Creates and returns a new SummaryData object
|
Methods
Name | Description | |
---|---|---|
BuildSummaryDataTable |
Builds the structure for the summary data table.
|
|
BuildTreeViewData |
Builds the TreeView data.
|
|
GetObjectData | ||
RebuildDataProvider |
Forces the data provider to recalculate
|
|
ResetDataProvider |
Forces the data provider to recalculate next time the object is rendered
|
|
ResetSummaryDatatable |
Resets the data tables to nothing.
|
|
SetObjectData |
Properties
Name | Description | |
---|---|---|
AdditionalFilterColumns |
Gets a collection that contains a list of the date/date-time fields that need to be filtered by month/quarter to apply a filter.
|
|
Clone |
Gets and cloned copy of this summary data object.
|
|
ComSourceDataTable |
Gets the Source DataTable used to generate this object.
|
|
ComSummaryDataTable |
Gets the Summary DataTable generated by this object.
|
|
Cube |
Gets the cube that represents data for a pivot table.
|
|
DataModified |
Gets and sets a value that indicates if the summary data definition has changed since the last call to BuildSummaryDataTable.
|
|
DataTag |
Gets and sets a unique string that identifies the source data set from the query, resultset collection.
|
|
Filter |
Gets and sets a DashboardFilter object used to filter the dataset for this object.
|
|
FilterNodes |
Gets and sets the filter nodes collection that represents the tree view filter panel for this summary data.
|
|
GroupColumns |
Gets and sets a GroupColumns collection specifying the group columns for this summary data.
|
|
IterationType |
Gets and sets a value that indicates the iteration type for this summary data.
|
|
NestedGroupColumns |
Gets a value that indicates if this object supports nested group columns.
|
|
Parent |
Gets and sets the parent DashboardObject for this SummaryData object.
|
|
SourceDataTable |
Gets the source data table that will be used to calculate the summary data.
|
|
SummaryColumns |
Gets and sets a SummaryColumns collection specifying the summary columns for this summary data.
|
|
SummaryDataProvider |
Gets and sets the summary data provider for this summary object
|
|
SummaryDataTable |
Gets the calculated summary data table.
|
|
SuppressThousandSeparator |
Gets and sets a property that indicates if numeric values should suppress the thousand separator.
|
|
TreeViewFilterPanelFilterString |
Gets a string value that equates to the filter string defined by the selected nodes in the tree view filter panel.
|