Click or drag to resize
SummaryColumn Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Object representing a grouping column.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardSummaryColumn

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class SummaryColumn : _SummaryColumn, 
	ISerializable, NumericFormatProvider

The SummaryColumn type exposes the following members.

Constructors
  NameDescription
Public methodSummaryColumn
Creates and returns a new SummaryColumn object.
Public methodSummaryColumn(DataColumn)
Creates and returns a new SummaryColumn object.
Public methodSummaryColumn(DataColumn, String)
Creates and returns a new SummaryColumn object.
Public methodSummaryColumn(SummaryColumns, DataColumn, String)
Creates and returns a new SummaryColumn object.
Top
Methods
  NameDescription
Public methodCopyNumericFormat
Copies the numeric format values from one object to this
Public methodGetObjectData
Top
Fields
Properties
  NameDescription
Public propertyColumnName
Gets and sets the name of this summary column.
Public propertyDataGridFont
Gets and sets the bespoke font that will be used to render this column in a datagrid if DataGridUseBespokeFont is true.
Public propertyDataGridFormatColumn
Gets and sets a column from the query data source that will be used to provide the format value for this column.
Public propertyDataGridFormatType
Gets and sets a value that indicates how to derive the format string for this column when displayed in a data grid.
Public propertyDataGridTextColor
Gets and sets the colour of the text used for this column in a data grid if DataGridUseBespokeFont is true.
Public propertyDataGridUseBespokeFont
Gets and sets a value that indicates if this column should use a bespoke font when rendered in a data grid.
Public propertyDisplayType
Gets and sets a value representing the type of object that will be used to display this summary column.
Public propertyDistinctColumn
Gets and sets the name of the distinct column that will be used to calculate a distinct sum value
Public propertyEditable
Gets and sets a property that indicates if this column is editable in a datagrid.
Public propertyforceTrailingZeros
Gets and sets a value that indicates whether all labels should have the number of decimal digits specified by numberDecimals, even if it requires trailing zeros.
Public propertyFormat
Gets and sets a display format string for this summary column.
Public propertyformatNumericValues
Gets and sets a value that indicates if numeric values for this column should be formatted.
Public propertyGUID
Gets a GUID that uniquely identifies this object.
Public propertyHidden
Gets and sets a value that indicates if this column should be hidden in a datagrid.
Public propertyHyperLink
Gets and sets a hyperlink value that will be applied to this column.
Public propertyID
Gets a value that indicates the Unique ID of this object.
Public propertyLabel
Gets and sets a label for this summary column.
Public propertynumberDecimals
Gets and sets a value that indicates the number of decimal places that should be used for this column in a data grid.
Public propertyNumericColumn
Gets a value that indicates if this SummaryColumn is derived from a numeric value.
Public propertyNumericFormatSelectionName
Gets the label used to identify this numeric format provider in the interface
Public propertyNumericGuiFormat
Gets a GUI format string for this Column
Public propertynumericPrefix
Gets and sets the numeric prefix (text before the data value) that will be used in a data grid.
Public propertyNumericSourceColumn
Gets a value that indicates if this SummaryColumn is derived from a numeric value.
Public propertynumericSuffix
Gets and sets the numeric suffix (text after the data value) that will be used in a data grid.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets the SummaryColumns object that is the parent of this SummaryColumn.
Public propertyPivotTotalSource
Gets and sets a value representing how averages in a pivot table are calculated
Public propertyscalingUnits
Gets and sets a string value that represents the scaling units used to represent values.
Public propertyscalingValues
Gets and sets a string value that represents the scaling values used to represent values.
Public propertyShowAsPercentageOfTotal
Gets a value that indicates if this column should be displayed as a percentage of the total.
Public propertySummariseBeforeCalculation
Gets and sets a value that indicates when the calculation on a calculated column should be executed.
Public propertySummaryType
Gets and sets a value that indicates the summary operation this column will use.
Public propertySuppressThousandSeparator
Gets and sets a property that indicates if numeric values should suppress the thousand separator.
Public propertyTotalSummaryType
Gets and sets a value that indicates the summary operation this column will use for totals in a pivot table.
Public propertyUniqueColumnName
Gets a unique column name based on the column and it's summary type
Public propertyUseSecondaryYAxis
Gets and sets a value that indicates if this summary column will be associated with the secondary Y axis.
Top
Remarks