DataPA Enterprise Dashboard Controls API Reference

The SummaryDataProvider type exposes the following members.

Constructors

  Name Description
Public method SummaryDataProvider
Initializes a new instance of the SummaryDataProvider class

Methods

  Name Description
Public method Build
Builds the intermediary summary
Public method GetObjectData
Public method Reset
Resets the data table to ensure the data is refreshed
Public method SetObjectData

Fields

  Name Description
Public field Static member ClassId
Public field Static member EventsId
Public field Static member InterfaceId

Properties

  Name Description
Public property AbleToSummarise
Gets a value that indicates whether the data has been summarised
Public property BuiltForTreeview
Gets a value that indicates if this SummaryDataPrivider tailors the summary for a treeview
Public property DataTable
Gets and sets the intermediate summarised data table
Public property FilterString
Gets and sets a manual filter string to use with this data provider
Public property GroupColumns
Gets the group columns collection for this summary data provider
Public property HasData
Gets a value that indicates if this summary data provider contains data
Public property Parent
Gets and sets the parent SummaryData object
Public property PostCalculationRequired
Gets a property that indicates if this objects parent contains any post calculated summary columns
Public property RequiresBuild
Gets a property that indicates whether or not this object requires a buid operation
Public property SourceDataTable
Gets the source data table prepared for summary
Public property SummaryColumns
Gets the summary columns collection for this summary data provider

See Also