Click or drag to resize
SummaryData Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Stores the definition and implements summary data.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardSummaryData

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class SummaryData : _SummaryData, 
	ISerializable

The SummaryData type exposes the following members.

Constructors
  NameDescription
Public methodSummaryData
Creates and returns a new SummaryData object
Public methodSummaryData(Boolean)
Creates and returns a new SummaryData object
Public methodSummaryData(String)
Creates and returns a new SummaryData object
Public methodSummaryData(DashboardObject)
Creates and returns a new SummaryData object
Public methodSummaryData(Boolean, String)
Creates and returns a new SummaryData object
Public methodSummaryData(DashboardObject, Boolean)
Creates and returns a new SummaryData object
Public methodSummaryData(DashboardObject, String)
Creates and returns a new SummaryData object
Public methodSummaryData(DashboardObject, Boolean, String)
Creates and returns a new SummaryData object
Top
Methods
  NameDescription
Public methodAbort
Aborts any build process for this summary data provider
Public methodBuildSummaryDataTable
Builds the structure for the summary data table.
Public methodBuildTreeViewData
Builds the TreeView data.
Public methodGetObjectData
Public methodNumericGuiFormat
Gets a GUI format string for a summary Column
Public methodRebuildDataProvider
Forces the data provider to recalculate
Public methodResetDataProvider
Forces the data provider to recalculate next time the object is rendered
Public methodResetSummaryDatatable
Resets the data tables to nothing.
Top
Fields
Properties
  NameDescription
Public propertyAdditionalFilterColumns
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 propertyClone
Gets and cloned copy of this summary data object.
Public propertyComSourceDataTable
Gets the Source DataTable used to generate this object.
Public propertyComSummaryDataTable
Gets the Summary DataTable generated by this object.
Public propertyCube
Gets the cube that represents data for a pivot table.
Public propertyDataModified
Gets and sets a value that indicates if the summary data definition has changed since the last call to BuildSummaryDataTable.
Public propertyDataTag
Gets and sets a unique string that identifies the source data set from the query, resultset collection.
Public propertyFilter
Gets and sets a DashboardFilter object used to filter the dataset for this object.
Public propertyFilterNodes
Gets and sets the filter nodes collection that represents the tree view filter panel for this summary data.
Public propertyGroupColumns
Gets and sets a GroupColumns collection specifying the group columns for this summary data.
Public propertyIterationType
Gets and sets a value that indicates the iteration type for this summary data.
Public propertyNestedGroupColumns
Gets a value that indicates if this object supports nested group columns.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets and sets the parent DashboardObject for this SummaryData object.
Public propertySourceDataTable
Gets the source data table that will be used to calculate the summary data.
Public propertySummaryColumns
Gets and sets a SummaryColumns collection specifying the summary columns for this summary data.
Public propertySummaryDataProvider
Gets and sets the summary data provider for this summary object
Public propertySummaryDataTable
Gets the calculated summary data table.
Public propertySuppressThousandSeparator
Gets and sets a property that indicates if numeric values should suppress the thousand separator.
Public propertyTotalHeader
Gets and sets the string used as a title for a header row
Public propertyTreeViewFilterPanelFilterString
Gets a string value that equates to the filter string defined by the selected nodes in the tree view filter panel.
Top
Remarks