Click or drag to resize
SummaryData Properties DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

The SummaryData type exposes the following members.

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 ObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
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 TotalHeader
Gets and sets the string used as a title for a header row
Public property TreeViewFilterPanelFilterString
Gets a string value that equates to the filter string defined by the selected nodes in the tree view filter panel.
Top
See Also