Click or drag to resize
ExcelExportPropertiesSubTotalDefinition Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Structure to define the group and sum columns for a sub total definition
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineExcelExportPropertiesSubTotalDefinition

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class SubTotalDefinition

The ExcelExportPropertiesSubTotalDefinition type exposes the following members.

Constructors
  NameDescription
Public methodExcelExportPropertiesSubTotalDefinition
Initializes a new instance of the ExcelExportPropertiesSubTotalDefinition class
Top
Properties
  NameDescription
Public propertyGroupColumn
Gets and sets the Group by column
Public propertySumColumn
Gets and sets the summary column
Top
See Also