DataPA Enterprise Dashboard Controls API Reference

The SummaryData type exposes the following members.

Constructors

  Name Description
Public method SummaryData()()()()
Creates and returns a new SummaryData object
Public method SummaryData(Boolean)
Creates and returns a new SummaryData object
Public method SummaryData(String)
Creates and returns a new SummaryData object
Public method SummaryData(DashboardObject)
Creates and returns a new SummaryData object
Public method SummaryData(Boolean, String)
Creates and returns a new SummaryData object
Public method SummaryData(DashboardObject, Boolean)
Creates and returns a new SummaryData object
Public method SummaryData(DashboardObject, String)
Creates and returns a new SummaryData object
Public method SummaryData(DashboardObject, Boolean, String)
Creates and returns a new SummaryData object

Methods

  Name Description
Public method BuildSummaryDataTable
Builds the structure for the summary data table.
Public method BuildTreeViewData
Builds the TreeView data.
Public method GetObjectData
Public method RebuildDataProvider
Forces the data provider to recalculate
Public method ResetDataProvider
Forces the data provider to recalculate next time the object is rendered
Public method ResetSummaryDatatable
Resets the data tables to nothing.
Protected method SetObjectData

Properties

  Name Description
Public property 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.
Public property Clone
Gets and cloned copy of this summary data object.
Public property ComSourceDataTable
Gets the Source DataTable used to generate this object.
Public property ComSummaryDataTable
Gets the Summary DataTable generated by this object.
Public property Cube
Gets the cube that represents data for a pivot table.
Public property DataModified
Gets and sets a value that indicates if the summary data definition has changed since the last call to BuildSummaryDataTable.
Public property DataTag
Gets and sets a unique string that identifies the source data set from the query, resultset collection.
Public property Filter
Gets and sets a DashboardFilter object used to filter the dataset for this object.
Public property FilterNodes
Gets and sets the filter nodes collection that represents the tree view filter panel for this summary data.
Public property GroupColumns
Gets and sets a GroupColumns collection specifying the group columns for this summary data.
Public property IterationType
Gets and sets a value that indicates the iteration type for this summary data.
Public property NestedGroupColumns
Gets a value that indicates if this object supports nested group columns.
Public property Parent
Gets and sets the parent DashboardObject for this SummaryData object.
Public property SourceDataTable
Gets the source data table that will be used to calculate the summary data.
Public property SummaryColumns
Gets and sets a SummaryColumns collection specifying the summary columns for this summary data.
Public property SummaryDataProvider
Gets and sets the summary data provider for this summary object
Public property SummaryDataTable
Gets the calculated summary data table.
Public property SuppressThousandSeparator
Gets and sets a property that indicates if numeric values should suppress the thousand separator.
Public property TreeViewFilterPanelFilterString
Gets a string value that equates to the filter string defined by the selected nodes in the tree view filter panel.

See Also